Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 909 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 909 Bytes

Nest Auth Example

nest authentication (without passport) and authorization example.

Used technologies

Docs

  • run the app
  • open /swagger
  • enjoy swagger docs

Installation

$ npm install

Running the app

# develoment
# create and fill .env from .env.example
$ docker-compose up
$ npm run start:dev

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

Other variants