Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 375 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 375 Bytes

nestjs-jwt-auth

Description

Authorization by JWT in Nest.js app

Installation

$ yarn install

Running the app

# build
$ yarn build

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov