This a simple web API which is help users to get random greeting everytime they request. This app is built using Ruby on Rails..
- Ruby
- Rails
- PostgreSQL
- Generate random greeting
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, For the front-end make sure you setup your client using this repo
Clone this repository to your desired folder:
git clone https://github.com/raihan2bd/hello-world-back-end.git
cd hello-world-back-end
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 server
👤 Abu Raihan
- GitHub: @raihan2bd
- Twitter: @raihan2bd
- LinkedIn: raihan2bd
- I will add authentication to this project.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
If you like this project, please consider giving it a 🌟.
I would like to thank microverse for serving this opprtunity.
This project is MIT licensed.