A simple App with rails and react.js to print Random of greeting so whenever the page is refredhed you can see Greetings for you
- Ruby
- Ruby on Rails
- RSpec, PostgreSQL
- React.js
- Redux
To use this project you first need to have installed the following:
- Node.js
- Ruby
- PostgreSQL
- Rails
- Ruby version
The version of ruby that is needed for this project is
- 3.1.1
Once you have installed them, you need to use the following command to clone the repository:
git clone https://github.com/richardoppiyo/hello-rails-react.git
Next, use this command to create the databases:
rails db:create
To run the seeds file
rails db:seed
Finally, use the following command to initialize the live server:
rails s
open on your browser "localhost:3000"
- GitHub: @richardoppiyo
- Twitter: @blessed_ricky
- LinkedIn: Richard Opiyo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.