PORT
: server port3000
DB_HOST
: postgresql 的連線位址, 預設為postgis
DB_PORT
: postgresql 的連線port, 預設為5432
DB_USER
: postgresql 的usernameDB_PASSWORD
: postgresql 的passwordDB_SYNC
: default:false
$ npm install
# 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
Nest is MIT licensed.