Jul 18, 2024
npm install -g @nestjs/cli
.nest new nest-js-api-tutorial
to create a new project.app.module.ts
is the root module.@Module
decorator.authService
into the AuthController
to handle authentication tasks.@Post
, @Get
, @Body
, @Param
, @Controller
, @Injectable
.argon2
for password hashing and comparison.