0.0.4 • Published 6 months ago

@mojaloop/scheduling-bc-event-handler-svc v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 months ago

Scheduling Bounded Context - Event Handler Service

Install

See notes in root dir of this repository More information on how to install NVM: https://github.com/nvm-sh/nvm

Build

npm run build

Run this service

Anywhere in the repo structure:

npm run packages/event-handler-svc start

Auto build (watch)

npm run watch

Unit Tests

npm run test:unit

Integration Tests

npm run test:integration