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:prod
TBD
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
This program is licensed under The MIT License. See LICENSE
for more infomation.
- The Nest Web Framework: https://github.com/nestjs/nest