Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 260 Bytes

readme.md

File metadata and controls

10 lines (6 loc) · 260 Bytes

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