This document provides an overview of a workshop on building applications with MongoDB and Node.js. It discusses the MEAN stack without Angular, and the tools used - MongoDB, Node.js, NPM, and Express. It then outlines 9 quests or steps to build an application, including initializing the project, handling requests, defining schemas, performing CRUD operations with the native MongoDB driver and Mongoose ODM, and more. Each quest provides a link to GitHub for more details. It concludes by recommending next steps like MongoDB University courses.