Nest- Tutorial : https://velog.io/@eunseo2/velog
API document : https://documenter.getpostman.com/view/14790864/TzCTaRTA
$ npm install
node_modules, pakage.json
$ npm install --save @nestjs/typeorm typeorm pg
typeORM
# development
$ npm run start
# watch mode
$ npm run start:dev
# unit tests
$ npm run test
# unit tests
$ npm run test:watch
# test coverage
$ npm run test:cov
please read more here. https://docs.nestjs.com/recipes/sql-typeorm