Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 258 Bytes

README.rdoc

File metadata and controls

14 lines (10 loc) · 258 Bytes

Shopping Cart (Backbone.js) Edition

This is a very simple demo I made for spiking Backbone.js and Ember.js.

Installation

Clone the repo and run the following commands:

““

$ bundle install
$ rake db:migrate
$ rake db:seed
$ rails server

““