juniorjp / parking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a rails api application, to run execute:

  • bundle install

  • rails db:create db:migrate

To run the tests use:

  • rspec

About the code

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/

About


Languages

Language:Ruby 99.4%Language:HTML 0.6%