This is the back-end of a project that displays random greetings which are received from a database. This back-end is built with postgreql and Rails.
- Rails
- Postgresql
To get a local copy up and running follow these simple example steps.
-
Clone the repository with:
git clone https://github.com/blakbox23/hello-rails-back-end.git
-
Install dependencies by running:
bundle install
-
Create database
rails db:create
rails db:migrate
rails db:seed
To run the app in your machine, run rails s
Make sure to run this back-end part of the project on port:3000
,
👤 Peter Mbuthia
- GitHub: @Blakbox23
- Twitter: @blakbox23
- LinkedIn: Peter Mbuthia
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Collegues at Microverse
This project is MIT licensed.