Dive deeper into CRUD operations with Mongoose in this course. Learn to efficiently retrieve, update, and delete documents, and handle complex queries to manage data in your Express.js applications effortlessly.
Overview
Syllabus
- Lesson 1: Retrieving All Records with Mongoose
- Adding Priority to Tasks
- Fix Mongoose Code Bugs
- Setting Up Mongoose Retrieval Task
- Setting Up a Bookstore API
- Retrieving Song Records with Mongoose
- Lesson 2: Retrieving a Single Record by ID
- Fix the Retrieval Bug
- Retrieve a Book by ID
- Retrieve an Album by ID
- Retrieve a Movie by ID
- Lesson 3: Updating Records by ID with Mongoose
- Fix Errors Updating Comic Records
- Update ToDo Items by ID
- Update ToDo Item by ID
- Update ToDo Item by ID
- Lesson 4: Deleting Records by ID with Mongoose
- Fix Bugs to Delete Records
- Handle Delete Requests with Mongoose
- Delete a Destination by ID
- Delete a Gadget Record by ID
- Lesson 5: Advanced Query Techniques with Mongoose
- Debugging Advanced Queries in Mongoose
- Retrieve Marvel Characters with Mongoose
- Query Playable Game Characters
- Advanced Query with Mongoose