Repo for blog post: https://medium.com/@calleja.justin/using-plain-pg-with-nest-js-617ec32ec2c4
Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod