Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 305 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 305 Bytes

Wine Cellar Application

The Wine Cellar application is documented here.

This is sample CRUD application built with Angular.js

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