Skip to content

Latest commit

Β 

History

History
41 lines (27 loc) Β· 509 Bytes

README.md

File metadata and controls

41 lines (27 loc) Β· 509 Bytes

Task Manager App

Description

A Task Manager App (server) based on Nest framework using TypeScript, TypeORM and PostgreSQL.

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

License

Nest is MIT licensed.