Skip to content

joelgarciajr84/nestjs-task-management

Repository files navigation

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

Releases

No releases published

Packages

No packages published