Nest framework TypeScript, TypeORM, PostgreSQL starter repository.
$ npm install1 Create own .env config:
cp .env.example .env2 Generate typeorm's ormconfig.json file:
npm run typeormconfig3 Run the application
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov- Telegram - @leo_ilin
Nest is MIT licensed.