NestJS Authentication with JwtService using Bcrypt @nestjs/jwt.
- Register
- Login
- Unit test using jest
- Typescript, nestjs, JwtService, @nestjs/jwt
- Bcrypt
- mongoose
$ npm install
$ mv .env.example .env.development
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Once 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