/nestjs-auth-starter

NestJS authentication starter

Primary LanguageTypeScript

NestJS authentication starter template

Description

Nest framework TypeScript authentication starter repository.

MongoDB, passport-jwt strategy and project configuration

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode (alias for 'yarn start:dev')
$ yarn dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov