Can anybody give me links for good tutorials for mongoose with node.js??
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I personally would recommend looking at the mongoose docs, lots of good example code and definitely the most thorough. http://mongoosejs.com/ |
|||||||||||||||
|
|
Developing Backbone.js Applications By Addy Osmani, a creative-commons book on Backbone.js for beginners and advanced users, is pretty good |
|||
|
|
https://github.com/madhums/nodejs-express-mongoose-demo - most comprehensie tutorial for express, mongoose |
|||
|
|
|
After installing using npm install mongoose, look at node_modules/mongoose/docs & node_modules/mongoose/examples. I also found that reading some of the tests in node_modules/mongoose/test helped me out. |
|||
|