Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 478 Bytes

File metadata and controls

40 lines (27 loc) · 478 Bytes

Description

API / back-end for task tracker

link to front-end

Project setup

$ git clone <clone-url>
$ cd <repository-directory>
$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov