This is a monorepo that stores the services used in implementing integrations with different third party applications
Lerna is being used to manage the various packages. This is a requirement for running the project.
yarn global add lerna
or npm
npm i -g lerna
yarn clean && yarn
- copy the
.env.example
file to.env
and add the appropriate credentials. yarn core
to build the core dependencies
yarn adt
Service to queue appointments
yarn sms produce <number of days to RTC>
This is the service that will be sending sms
yarn sms consume
To test the sms service
yarn sms <phone number>