Skip to content

A simple task management app using Node.js(NestJS), Postgres, and Redis

Notifications You must be signed in to change notification settings

mustanish/task-manager

Repository files navigation

Description

A simple task management application using Nest framework, PostgreSQL and Redis with e2e & unit test cases.

Requirements

Docker and Docker Compose

Installation

$ yarn install

Running the app

# development mode
$ yarn start:dev

# development tools
$ yarn start:tools

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov