Mongoose: MongoDB Object-Document Mapper for NodeJS Apps
Mongoose Course: Master Object-Document Mapper for NodeJS and MongoDB
★★★★★ 4.7
(79 reviews)
2 hours of content
What you'll learn
- Know different data types in the Mongoose Schema class
- Store photo and other binary data in MongoDB with Mongoose
- Use the populate method and Mongoose references
- Create custom Methods and invoke them
- Create pre and post Mongoose Hooks to better organize your business logic
- Create custom Mongoose setters and getters methods for each field
- Perform validation so your app is protected from malicious inputs
- Create custom validation methods
- Work with virtuals
- Write static and instance custom Model methods
- Create and use Mongoose Models
- Find Mongoose plugins
Covers Mongoose schemas, models, data types, validation, hooks, custom methods, virtuals, and plugins for MongoDB in Node.js. Includes population, references, and integration with an Express app. Learners can design data models and enforce validation in Node.js applications.
Who this course is for
Node.js developers who need to work with MongoDB through Mongoose in applications.
#mongoose
#mongodb
#nodejs
#odm
#schema
#validation