-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- Course Overview
- Course Introduction
- Setting up the Demo Application
- Setting up MongoDB
- Building the Moongoose Schema
- Building a Model
- Retrieve Data Using Queries
- Using Validation Middleware
- Next Steps