ccoenraets / angular-cellar

Sample Angular.js application (Wine Cellar Management App)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample Angular.js application (Wine Cellar Management App)


Languages

Language:PHP 99.2%Language:JavaScript 0.8%