/backbone-cellar

A Backbone.js tutorial

Primary LanguagePHP

Backbone.js Wine Cellar Tutorial

The Wine Cellar application is documented here.

Set Up:

  1. Create a MySQL database name "cellar".

  2. Execute cellar.sql to create and populate the "wine" table:

    mysql cellar -uroot < cellar.sql