Completed
) Hashing user password with argon
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
NestJs Course for Beginners - Create a REST API
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Course introduction
- 2 ) What is NestJs
- 3 ) Why using NestJs
- 4 ) What we are building
- 5 ) NestJs project setup
- 6 ) Modules
- 7 ) Auth module
- 8 ) Dependency injection
- 9 ) Auth controller
- 10 ) Setting up postgres in docker
- 11 ) Setting up prisma
- 12 ) User & bookmark models
- 13 ) Running prisma migrations
- 14 ) Prisma module
- 15 ) Using auth dtos
- 16 ) NestJs pipes
- 17 ) NestJs global pipe
- 18 ) Hashing user password with argon
- 19 ) Sign up logic
- 20 ) Sign in logic
- 21 ) Automate postgres restart & prisma migrations
- 22 ) NestJs config module
- 23 ) Using passport js & jwt module with nestJs
- 24 ) Get current user with access token
- 25 ) NestJs Guards
- 26 ) NestJs custom param decorator
- 27 ) e2e tests with pactumJs
- 28 ) Setting up test database
- 29 ) Automate test database restart & migrations
- 30 ) Using dotenv cli with prisma
- 31 ) Prisma database teardown logic
- 32 ) Auth e2e tests
- 33 ) User e2e tests
- 34 ) Bookmarks e2e test