timeoutguy / NestJS-Task-Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Nest task management.

Running the app

Clone this repository and run

# instaling dependenciess
$ npm install

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

License

Nest is MIT licensed.

About


Languages

Language:TypeScript 81.1%Language:JavaScript 18.9%