Skip to content

llcfishstat/auth

 
 

Repository files navigation

Auth Submodule Service

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.

About

Fishstat Auth Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.4%
  • HTML 12.6%
  • Other 1.0%