Skip to content

EderRoger/AngularMongo

Repository files navigation

AngularMongo

Requirements:

  1. Ubuntu 14.04
  2. Node
  3. 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!

How to Install

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

Execute Tests

Necessary Karma installed!

On project Root

karma start test/karma.conf.js

Or Grunt test

grunt test

Sources:

  1. http://yeoman.io/

  2. https://angularjs.org/

  3. http://nodejs.org/

  4. http://www.mongodb.org/

About

App to demostrate AngularJS , node and mongodb CRUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors