[👷Under construction] Message service to send mobile notifications to users. Implemented using Nest framework.
Current implementation:
- twilio
- sms
- push notification
- telegram
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covmessage-service is an MIT-licensed open source project.
message-service is MIT licensed.