Hello, Rails and React!
Additional description about the project and its features.
- RUBY on RAILS
- PostgreSQL
- React
You can simply clone or download this repository, and use your favorite browser or code editor to run this program.
-
To open the project after download, simply double click the index.html file
-
To open this project using vs code ( for this example) or your favorite code editor, you can follow the guide below:
in your cmd or command line navigate to where this project is located, then;
cd hello-rails-react
thereafter run
code .
- To run the application through trminal, make sure ruby and IRB is installed in your computer then follow the guide below:
in your cmd or command line navigate to where this project is located, then;
cd hello-rails-react
bundle install
then initialize the database
rails db:reset
Incase its the first time:
rails db:create
then
rails db:migrate
rails db:test:prepare
thereafter run
.rails s
api/v1/greetings
👤 Mongare S.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse Team for facilitating project requirements and resources
This project is MIT licensed