Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 351 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 351 Bytes

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.