Implement a connection between a Ruby on Rails back-end and React front-end.
- Ruby
- Rails
- SQL
- React
- Redux
- Webpack
To get a local copy up and running follow these simple example steps.
-
Run this command in your OS terminal to get a copy of the project:
git clone git@github.com:marilirulita/hello-rails-react.git
-
Open the folder project from your code editor using:
cd blog_app
-
Run the following commands:
To install all gems package in your system:
bundle install
To create a database for the project in your system:
rails db:create
To add migrations for the project in your system:
rails db:migrate
To start the project:
./bin/dev
-
To see your application in action, open a browser window and navigate to http://localhost:3000.
- Code Editor
- Ruby
- SQLite3
- Node
- Yarn
- PostgreSQL
👤 Mar Bautista
- GitHub: marilirulita
- LinkedIn: mar bautista
- Twitter: @marylirulita
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse: microverse community
This project is MIT licensed.