Requirements:
- Ubuntu 14.04
- Node
- MongoDB
App to demonstrate AngularJS , node and mongodb CRUD
Project scaffold by YEOMAN and configure node.js with express and angular. CRUD based on mongodb.
Note: This a simple example of crud using mongoDB, so login and session controls does not in this projetc. But in future evolutions!
Clone the project
$ git clone [email protected]:EderRoger/AngularMongo.git
$ cd AngularMongo
$ npm install
$ bower install
$ node app.js or $ npm start
Open your web browser
http://localhost:3000/app/#/people
Necessary Karma installed!
On project Root
karma start test/karma.conf.js
Or Grunt test
grunt test
Sources: