Nest framework TypeScript.
$ 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:covMONGODB_URL=mongodb://localhost:27017/payever
BASE_URL=http:://localhost:3000/- Author - Sutisna Utamasjida Septiawan
Nest is MIT licensed.
Nest is MIT licensed.