NestJS Crash Course

Anson the Developer

Here’s a NestJS Crash Course that I put together with all of the core fundamental concepts that you will need to be able to build a web API.

Code: https://github.com/stuyy/nestjs-crash-course

Support the Channel:

Become a Member: https://www.youtube.com/ansonthedeveloper/join
Become a Patreon: http://patreon.com/stuyy
Buy me a Coffee: http://ko-fi.com/anson
Donate on Streamlabs: https://streamlabs.com/ansondevacademy/tip
Donate on PayPal: https://paypal.me/ansonfoong

Connect with me:

Twitter: https://twitter.com/ansonomous
Discord: https://discord.gg/Gd5fAEJDQD
GitHub: http://github.com/stuyy
Twitch: http://twitch.tv/stuy

0:00 Introduction
2:00 Install Nest CLI
3:10 Create Nest Project
5:00 Project File Overview
8:10 main.ts file
9:55 Generating a Nest Module
11:00 Generate a Controller
14:00 Handling Routes
19:50 Post Requests
26:00 Request Bodies and DTOs
29:40 Route Params
33:48 Query Params
35:46 Validation
47:00 Services & Providers
1:03:18 Middleware
1:17:36 Pipes & Transformations
1:31:44 Guards