/z2h

Primary LanguageTypeScript

Nest minimal API.

This api has JWT, user, and task module implemented, please feel free to extend for furhter use.

There is a folder at root of the project, that contains full maintained(automated) postman request collection, please use that to test anything.

#TODO

  • Logger
  • Exception Handler

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov