Used this as a starting point to build a simple CRUD app: http://mongoosejs.com/docs/index.html
To get running:
- Start mongod
- clone this repo
- run npm install in project directory
- node app.js
Used this as a starting point to build a simple CRUD app: http://mongoosejs.com/docs/index.html
To get running: