Nest framework TypeScript, TypeORM, PostgreSQL starter repository.
$ npm install
1 Create own .env config:
cp .env.example .env
2 Generate typeorm's ormconfig.json
file:
npm run typeormconfig
3 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.