The Wine Cellar application is documented here.
This is sample CRUD application built with Angular.js
Set Up:
-
Create a MySQL database name "cellar".
-
Execute cellar.sql to create and populate the "wine" table:
mysql cellar -uroot < cellar.sql