Completed
Sponsor
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
NestJS Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Sponsor
- 2 Introduction
- 3 Setup
- 4 Documentation
- 5 Packages
- 6 Source
- 7 Controller
- 8 Create
- 9 DTO
- 10 Create DTO
- 11 Request Object
- 12 Send Object
- 13 Get URL param
- 14 Hardcoded Data
- 15 FindAll
- 16 FindOne
- 17 MongoDB
- 18 Imports
- 19 Config
- 20 AppModuleTS
- 21 Items Module
- 22 Create New Item
- 23 Delete Item
- 24 Update Item