- Greeting App
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
This app is built using React, Rails, jsbundler, and Webpack, it generate random greeting feetched from the api.
Linter
- Generate random greeting
- Used React for fronenf and Rails for backend
To get a local copy up and running, follow these steps.
In order to run this project you need Ruby, Rails, postgres installed on your machine, and react
Clone this repository to your desired folder:
git clone https://github.com/bill7pearl/hello-rails-react.git
cd hello-rails-react
Install this project with:
bundle install
Install node dependencies with:
npm install
Create databases and run the migrations with:
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails s
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add authentication
- Improve UI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
If you like this project, please consider giving it a 🌟.
We would like to thank microverse for serving this opprtunity.
This project is MIT licensed.