Example app for the Surviving APIs With Rails course.
Check the different branches for examples.
- Resolve dependencies by running
bundle install. - Edit config/database.yml with your local database credentials.
- Setup the database by running
rake db:setup. - Run the test suite with
rake test.