Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 424 Bytes

File metadata and controls

37 lines (24 loc) · 424 Bytes

Notification Submodule Service

Nest Microservice framework notification service TypeScript repository.

Installation

$ yarn

Running the app

# development
$ yarn dev

# production mode
$ yarn start

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

Nest is MIT licensed.