/tasks-management-api

Task Management API Powered By Nest.js

Primary LanguageTypeScript

Nest Logo

Powered By Nest.js.

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

Description

Task Management Application where users can create new tasks, edit tasks, delete tasks, complete tasks.

Note: this app built form udemy course.

Installation

$ 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