Skip to content

juniorjp/parking

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published