A simple rails react app using Api
Client
Database
- fetch api
In order to run this project you need:
- Command line or terminal
- IDE such as VsCode.
- Rails needs to be installed on your system.
Clone this repository to your desired folder:
git clone https://github.com/bancunguye66/hello-rails-react
cd hello-rails-react
bundle install
Example command:
bundle install (install all dependencies)
npm install
yarn install
rake assets:precompile
To run the project redirecting to the root directory of the project and run the following command:
bin/rails server (to run web application)
To test the web app run the following command:
rspec spec ( to test the console application)
- GitHub: bancunguye66
- LinkedIn: Aimable BANCUNGUYE
- Add better UI design
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you liked this project, give it a ⭐️ and kindly send to me an e-mail expressing it, it would make my day and fuel my motivation.
I would like to thank Microverse team and My partner for this journey.
This project is MIT licensed.