NestJS Authentication with JwtService using Bcrypt @nestjs/jwt
- Register
- Login
- Unit test
- Typescript, nestjs, JwtService @nestjs/jwt
- Bcrypt
- mongoose
$ npm install$ mv .env.example .env# development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prodOnce the application is running you can visit [http://localhost:3000/api](http://localhost:3000/api) to see the Swagger interface.👤 Vinod
- Github: @vinodnextcoder
Give a ⭐️ if this project helped you!
Release under the terms of MIT