NestJS Task Management Application that utilizes a Postgres datastore with TypeORM.
Nest framework TypeScript starter repository.
$ npm install
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
# unit tests
$ npm run test
# test coverage
$ npm run test:cov
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.