My healthy-sleep monitoring service (obniz application part)
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodTBD
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covThis program is licensed under The MIT License. See LICENSE for more infomation.
- The Nest Web Framework: https://github.com/nestjs/nest