• 6**-1: Introduction to Mongoose**
  • 6**-2: Install express, typescript, mongoose, ts-node-dev**
  • 6**-3: How to organize your code a little more. install and implement types**
  • 6**-4: How to relate interface and schema**
  • 6**-5: Create a Model Using Interface, Schema, and Insert Data**
  • 6**-6: How to organize your structure, MVC vs Modular**
  • 6**-7: More Refactoring, Test API to insert data**
  • 6**-8: Create and Test Post Route, Refactor Code**
  • 6**-9: Find, FindOne, Field Filtering**
  • 6**-10: What is the instance method? and built a custom instance method**
  • 6**-11: What is statics, build a custom static method**