From the course: Databases for Node.js Developers
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Managing product data with MongoDB - Node.js Tutorial
From the course: Databases for Node.js Developers
Managing product data with MongoDB
- [Instructor] In this chapter of the course, we will first create the infrastructure to even be able to connect to MongoDB and use the MongoDB connection in our application. And then we will use MongoDB to store our shop items because right now these are placeholders. An item has an SKU, a name, and the price, and also an array of text associated with it, which makes it a good fit for a document database. So stay tuned with me. We will get hands on right away.
Contents
-
-
-
-
-
(Locked)
Managing product data with MongoDB33s
-
Setting up MongoDB with Docker2m 30s
-
(Locked)
Exploring MongoDB with Compass1m 19s
-
(Locked)
Introducing Mongoose2m 59s
-
(Locked)
Setting up Mongoose and connecting it to MongoDB10m 14s
-
(Locked)
Building a model for our products5m 25s
-
(Locked)
Integrating the model into our application3m 55s
-
(Locked)
Populating MongoDB with sample data2m 6s
-
(Locked)
Querying items with Mongoose9m 19s
-
(Locked)
Filtering items by tag4m 27s
-
(Locked)
Item administration: Listing and loading6m 32s
-
(Locked)
Item administration: Create, update, and delete15m 14s
-
(Locked)
Optimizing queries with indexes5m 33s
-
(Locked)
Performing text search in MongoDB5m 34s
-
(Locked)
-
-
-
-