MongoDB is a free, open-source document database that is both flexible, and scales, allowing you to manage querying and indexing.
In this course, you will learn how to set up MongoDB for your Node.js web applications, and learn the differences between databases, collections and documents, as well as how to interact with MongoDB Shell to import and export data.
Goals
- Install MongoDB and access it via command line
- Load a JSON file so that you can query data, objects and arrays
- Add, update, and delete entries
- Understand which ACID properties are satisfied by MongoDB
- Connect MongoDB to Node.js
- Work with Mongoose