Using MongoDB with Node.js
This course guides you through everything you need to get started with MongoDB in your NodeJS applications. In this course, you’ll get an overview of the official MongoDB NodeJS/Javascript driver and learn how to install it by using npm. You’ll learn how to connect your application, perform basic CRUD operations, troubleshoot, and then build aggregations.
Milestone
-
Connecting to MongoDB in Node.js
RequiredUnit
| John McCambridge1 Hour
Learn about the Node.js driver for MongoDB and how to use it to connect to your Node.js applications.MongoDB CRUD Operations in Node.js
RequiredUnit
| John McCambridge, Emily Pope2 Hours
Learn how to perform basic CRUD operations with the MongoDB Node.js driver.MongoDB Aggregation with Node.js
RequiredUnit
| Emily Pope, John McCambridge1.25 Hours
Learn how to create aggregation pipelines with Node.js.