This is a sample application used on the CodeSchool course, Anatomy of Backbone.js http://backbone.codeschool.com.
-
Run ‘bundle install` to setup required gems.
-
Run ‘rake db:setup` to create a sqlite database and initialize with data.
-
Run ‘rails s` to run the server locally.