Nest Microservice framework auth service TypeScript repository.
$ yarn
# development
$ yarn dev
# production mode
$ yarn start
# generate schema
$ yarn generate
# migrate dev
$ yarn migrate
# migrate prod
$ yarn migrate:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Nest is MIT licensed.