Skip to content

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

About

nest authentication (without passport) and authorization example

Topics

Resources

License

Stars

Watchers

Forks