0.0.1 • Published 4 years ago

hylia-api v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

hylia-api

API for reSET/O

Loacal access

Visit http://localhost:30003/

Description

API for reSET/O based on Nest framework TypeScript starter repository.

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov