This is a rails api application, to run execute:
-
bundle install
-
rails db:create db:migrate
To run the tests use:
- rspec
The controllers were designed to follow the default five REST routes. Instead of adding a method on a controller that’s not part of the default five REST actions that we have by default, we make a new controller!
More details about this design here: http://jeromedalbert.com/how-dhh-organizes-his-rails-controllers/