SurvivingAPIsDemoApp
SurvivingAPIsDemoApp copied to clipboard
Example app for the Surviving APIs with Rails course.
Surviving APIs Demo App
Example app for the Surviving APIs With Rails course.
Check the different branches for examples.
Setup
- 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.