This app is built using Rails, it generate random greeting feetched from the api.
You can find the frontend repository at hello-react-front-end.
Linter
- Generate random greeting
- Used Rails for backend
- Endpoint /random_greeting
To get a local copy up and running, follow these steps.
In order to run this project you need Ruby, Rails, and postgres installed on your machine.
Clone this repository to your desired folder:
git clone https://github.com/bill7pearl/hello-rails-back-end.git
cd hello-rails-back-end
Install this project with:
bundle 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
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.