Skip to content

Course Overview

Adarsh Kumar Maurya edited this page Dec 19, 2018 · 1 revision

Course Overview

Hello everyone, welcome to my course, Fundamentals of Mongoose for Node and MongoDB. Mongoose continues to mature and add additional functionality and improvements with each version released. In fact, Mongoose is now in its fifth major version. In this course, we are going to lay a solid foundation upon which you can continue to build and become proficient developing applications which use Mongoose to communicate with MongoDB. Some of the major topics that we will cover include how to build a Mongoose schema and a model from that schema, the relationship between a Mongoose model and a document instance of that model, making sure that data sent to the database is valid using built-in and custom validators, and querying for data using a variety of helper methods and query conditions. By the end of the course, you will have a good understanding of Mongoose and will be ready to start building your own Express API services to save data to and retrieve data from MongoDB through Mongoose. I hope you'll join me on this journey to learn more about Mongoose.js with the Fundamentals of Mongoose for Node and MongoDB.

Clone this wiki locally