Skip to content
Adarsh Kumar Maurya edited this page Dec 19, 2018 · 2 revisions

Welcome to the mongodb-and-mogoose-for-node-getting-started wiki!

Mongoose is an open-source Node.js package that provides object modeling and structure to application data being saved to MongoDB. In this course, developers will learn to incorporate schema, models, and validation into their applications.

  1. Course Overview
  2. Course Introduction
  3. Setting up the Demo Application
  4. Setting up MongoDB
  5. Building the Moongoose Schema
  6. Building a Model
  7. Retrieve Data Using Queries
  8. Using Validation Middleware
  9. Next Steps
Clone this wiki locally