This project is a simple rails for the backend api that returns messages from a database.
- Ruby on Rails
-
To get a local copy of the repository please run the following commands on your terminal:
git clone https://github.com/mmsesay/hello-rails-back-end.git
cd hello-rails-react
bundle install
to couple all dependacies
-
Make sure you do have a database installed locally (Postgresql or any other)
- After cloning the project:
- Goto
config
directory - Open the
database.yml
file - Swap the
username
andpassword
on line27 & 28
to match your database credentials
- Goto
- After cloning the project:
-
Run the application
rails s
to start the rails application
👤 Muhammad Sesay
- GitHub: @mmsesay
- Twitter: @DeeMaejor
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse for the readme template