=======================
Simple REST app using Rails 4.0.2
- Ruby 1.9
- Any RDBMS (Postgres in our case)
Create database.yml from config/database.yml.example and make changes according your preferences.
Run bundle install to install dependencies.
Setup your database by running rake db:create && rake db:migrate
If you want to load test data run rake db:seed
Start server rails s
- write specs
- add caching