Skip to content

nest authentication (without passport) and authorization example

License

Notifications You must be signed in to change notification settings

allohamora/nest-auth-example

Repository files navigation

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