Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 2.57 KB

README.md

File metadata and controls

65 lines (48 loc) · 2.57 KB

Nest Logo

Naomesh seduce api

Orchestrator api for power management.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Documentation

  • /api: swagger document
  • /api-json: open-api json spec
  • /api-yaml: open-api yaml spec

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.