This document provides a summary of MongoDB and Mongoose 101 presented at a Phoenix MongoDB Meetup. It introduces the presenter and his background. It then provides a high-level overview of MongoDB and compares SQL and MongoDB terminology. The remainder of the document demonstrates basic CRUD operations in MongoDB using the Mongo shell and introduces Mongoose, an ORM for MongoDB, demonstrating how to define schemas and models and perform queries and validations. It also discusses subdocuments and population features in Mongoose.