Orchestrator api for power management.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
/api
: swagger document/api-json
: open-api json spec/api-yaml
: open-api yaml spec
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is MIT licensed.