Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 465 Bytes

File metadata and controls

28 lines (19 loc) · 465 Bytes

Backbone MovieDB

This is a minimal example app to demonstrate how use Backbone.js with Rails. It implements a small movie database, with basic CRUD interface. Further it includes a simple rating feature, user access control and faceted filter over categories and ratings.

Setup

The basic Rails setup:

bundle
rake db:migrate
rake db:seed

Login

Use these credentials:

email: movie@devolute.org
password: movie123