A tutorial explain the most important things you should know about Typegoose and Mongoose.
Github code:
https://github.com/idiotfrontline/typ...
Contents
00:00:00 Introduction
00:02:00 Install MongoDB with Docker and MongoCompass
00:05:03 Project Setting
00:13:20 Create Basic Model
00:20:14 Subdocument
00:23:12 Index
00:30:39 Collection Reference
00:42:06 Pre and Post hooks
00:44:36 Validation
00:52:13 Virtual
00:58:05 Instance Method
01:04:32 Static Method
01:09:20 Plugin
Typegoose https://typegoose.github.io/typegoose/
Mongoose https://mongoosejs.com/
MongoDB https://www.mongodb.com/
MongoDB Compass: https://www.mongodb.com/products/compass
Docker hub Mongo official docker Image: https://hub.docker.com/_/mongo
Validator.js https://github.com/validatorjs/valida...