Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 852 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 852 Bytes

mongoose-example

Examples using Mongoose library for Node.js

What is Mongoose.js?
An object-modeling library for Node.js

What is so great about Mongoose?
It fills in some of the features lacking in the native MongoDB driver:

  • Validation
  • Casting
  • Encapsulation
  • Middlewares
  • Population
  • Query building

    Where can I find out more about it?

  • Official docs: Mongoosejs.com
  • Mozilla tutorial: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/mongoose
  • Slideshow: https://www.slideshare.net/yuriybogomolov/ybo-mongo-dbmeetup?next_slideshow=1