Fork from https://github.com/mchapman/forms-angular by Mark Chapman
This repo includes:
- an npm module for automatically mapping mongoose models to RESTful resources in express
- a bower component that includes angular modules (directives, controllers, services, etc) for displaying forms based on the above mongoose models, along with CRUD logic
- test harness
- demo website
Documentation: http://www.forms-angular.org
To build, clone the repo, then do:
- grunt install (or 'npm install', then 'bower install')
- grunt
To run the demo website, do:
- node server/server