Skip to content

Narretz/angular-cellar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wine Cellar Application

The original Wine Cellar application is documented here.

It has been updated to Angular 1.0.2, and some new features have been implemented.

This is sample CRUD application built with Angular.js.

  • Routing, Controllers, Modules, Services
  • List, view, create, update, delete functions with $resource
  • RESTlike API built with SlimPHP
  • event emission which let controllers communicate
  • directive example

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.2%
  • JavaScript 2.6%
  • Shell 0.2%