Demonstrates some tips, tricks, and gotchas when using Mongoose.
- NodeJS 0.10.x (should also work on 0.8.x)
- MongoDB 2.4.x (should also work on 2.2.x)
To install this project:
git clone [email protected]:dmkelly/mongoose-tips.git
cd mongoose-tips
npm install
To run this project
npm start
Visit https://localhost:3000
in your browser.