/node

Primary LanguageTypeScript

node

Description

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

create batch

$ pnpm execute batch-create {count}

ex

pnpm execute batch-create 2

Support

License

Nest is MIT licensed.