Skip to content

Cheeseman5/tracker-api

Repository files navigation

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

About

task tracker API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published