#Express Mongoose ACL
Express, Mongoose, Node ACL playground.
The recommended way to get a working copy of this project is to clone the repository.
$ git clone git://github.com/chasevida/express-mongoose-acl.git
$ cd express-mongoose-acl
$ npm install
$ mongod
$ npm start
The last three commands are used to import all project dependencies and run the application on http://localhost:3000
The normal app.js
file has been renamed and put in server/serverjs.