Microservice for communication in ONECore.
- Fill out values in src/common/config.ts
- Use required version of node
nvm use
- Install packages:
npm install
Start the development server: npm run dev
curl -X POST -H "Content-Type: application/json" -d '{"to":"<email>", "subject":"<subject>", "text":"<text>"}' http://localhost:5040/sendMessage
According to .env.template.