Conclusion / Learn

MongoDB CRUD Operations in Node.js

In this unit, you learned how to:

  • Express documents in Node.js
  • Insert documents by using insertOne() and insertMany().
  • Query documents by using findOne() and find().
  • Delete documents by using deleteOne() and deleteMany().
  • Create a multi-document transaction.


Resources

Use the following resources to learn more about performing basic CRUD with Node.js:

Lesson 01: Working with MongoDB Documents in Node.js

Lesson 02: Inserting a Document in Node.js Applications

Lesson 03: Querying a MongoDB Collection in Node.js Applications

Lesson 04: Updating Documents in Node.js Applications

Lesson 05: Deleting Documents in Node.js Applications

Lesson 06: Creating MongoDB Transactions in Node.js Applications


Using MongoDB with Node.js Course

By completing this unit, you've taken a step toward completing the Using MongoDB with Node.js course. If you're interested in continuing, your next step is to review the following unit:

  • Unit 03: MongoDB Aggregation with Node.js