Hello Rails back-end app is simple application that contains setup of rails APIs. The API loads a random greeting from database on every requset.
- Major languages (Ruby)
- Framworks (Ruby on Rails)
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Ruby
- Ruby on Rails
- PostgresSQL
- Clone the project
git clone git@github.com:Munsa1/hello-rails-back-end.git
cd hello-rails-back-end
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
rails db:seed
Start server with:
rails server
Visit http://localhost:3000/ in your browser.
👤 Munsa Mibenge
- GitHub: @Munsa1
- Twitter: @MibengeMunsa
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Inspiration: Microverse