Rails REACT is the eductional project to connect with Ruby on Rails and React. In this exercise I have connected previous knowledge with new knowledge as I get a chance to use Webpack with jsbundling-rails gem.
ruby on rails
- Create an API endpint by rails.
- Use api using webpack.
-
Make sure you have Ruby installed in your system. You can install it here
-
Get started with Ruby on Rails.
-
Make sure you have PostgreSQL installed and running.
-
Clone this repository by running
git clone https://github.com/maaloum/hello_rails_backend.git
in your command line. -
Navigate to the repository by running
cd hello-rails-back-end
.
- Run
bundle install
to install all the gems.
- Change/include
host, username, password
according to your database server. - Run
rails db:create
andrails db:migrate
- Run
rails s
to start the server. - In your browser, go to
http://localhost:3000
.
👤 Maaloum Ely Cheick
- Better user interface
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!
- I would like to thank all code reviewers and coding partners for making this project better.
This project is MIT licensed.