This course introduces you to the core concepts of NestJS with an emphasis on the MVC architecture. You'll learn about the project structure, controllers, services, modules, and advanced dependency injection within the context of MVC. By the end of this course, you will have a good grasp of how to create and manage a NestJS application using the MVC pattern.
Overview
Syllabus
- Lesson 1: Very First App and Project Structure
- Lesson 2: Controllers in NestJS
- Lesson 3: Providers in NestJS
- Lesson 4: Modules in NestJS
- Lesson 5: Advanced Dependency Injection and Custom Providers
- Lesson 6: Generating Components with NestJS CLI