Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 522 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 522 Bytes

Description

Nest Microservice framework auth service TypeScript repository.

Installation

$ yarn

Running the app

# development
$ yarn dev

# production mode
$ yarn start

Database

# generate schema
$ yarn generate

# migrate dev
$ yarn migrate

# migrate prod
$ yarn migrate:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

Nest is MIT licensed.