Farmer backend with Nestjs + express
$ npm install
# development
$ npm run start
# unit tests
$ npm run test
# test coverage
$ npm run test:cov
Variable | Default | Description |
---|---|---|
DB_HOST | localhost | Database host |
DB_PORT | 5432 | Database port |
DB_USERNAME | postgres | Database username |
DB_PASSWORD | postgres | Database password |
DB_SYNC | true | Create tables on every application launch |
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.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.