MarkoKermi / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Hello Rails

Testing React on Rails (one applications)

πŸ›  Built With

Tech Stack

Key Features

  • Testing React on Rails

(back to top)

πŸ’» Getting Started

Prerequisites

To run this project you need the following dependencies:

  • Ruby: 3.2.2
  • Rails: 7.0.5
  • PostgreSQL: 15.2

Setup

  • Clone this repository to your local machine:
  git clone https://github.com/MarkoKermi/hello-rails-react
  cd hello-rails-react
  • Install dependencies:
  bundle install
  • Create environment variables POSTGRESQL_USER and POSTGRESQL_PASSWORD or edit config/database.yml with your database connection info.

  • Recreate Data Base:

  rake db:schema:load

Usage

To run the project, execute the following command in the terminal:

  cd hello-rails-react
  npm i
  rails db:create db:mgrate
  ./bin/dev

πŸ‘₯ Author

πŸ‘€ Marko Kermichiev

(back to top)

πŸ”­ Future Features

  • Generate reports.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

I would like to thank the Microverse community for their support and guidance.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About


Languages

Language:Ruby 70.0%Language:HTML 16.6%Language:JavaScript 10.9%Language:CSS 2.1%Language:Shell 0.5%