/nestjs-task-management

API for Tasks Management

Primary LanguageTypeScript

Nest Logo

Nodejs backend API Tasks Management

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

API for Tasks Management

Installation

Clone this repository and

$ npm install

Running the app

# 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