FREE MongoDB Cheat Sheet: https://webdevsimplified.com/mongodb-cheat-sheet.html
Mongoose is the best way to work with a MongoDB database in Node.js, but it is a pretty complex library. In this video I will explain absolutely everything you need to know about Mongoose including even the more advanced features that other tutorials don't cover.
Materials/References:
FREE MongoDB Cheat Sheet: https://webdevsimplified.com/mongodb-cheat-sheet.html
MongoDB Crash Course: https://youtu.be/ofme2o29ngU
Node.js Install Video: https://youtu.be/VShtPwEkDD0
Async/Await Video: https://youtu.be/V_Kr9OSfDeU
Async/Await Article: https://blog.webdevsimplified.com/2021-11/async-await
Find Me Here:
My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified
⏱️ Timestamps:
00:00 - Introduction
00:30 - Mongoose basics
08:40 - Schema Types
12:42 - Schema Validation
18:55 - Query Basics
24:04 - Schema Methods/Virtuals
30:12 - Schema Middleware
#Mongoose #WDS #MongoDB