Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

sluo10/nestjs-task-management

Repository files navigation

NestJS Task Management Application

NestJS Task Management Application that utilizes a Postgres datastore with TypeORM.

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

To run the app, be sure to set up a Postgres database locally

$ docker run --name postgres -p 5432:5432 -d postgres
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

About

Task Managment App built with NestJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published