Go to file
Ralfs 9a31a83af3 Heroku 2021-06-08 00:57:44 +03:00
src Fixes and update 2021-06-08 00:51:02 +03:00
.gitignore gitignore 2021-04-13 13:21:06 +03:00
Procfile Procfile mod 2021-04-10 01:17:13 +03:00
README.md Fix 2021-04-13 13:16:41 +03:00
nodemon.json initial 2021-04-09 23:51:25 +03:00
package.json Heroku 2021-06-08 00:54:22 +03:00
tsconfig.json Updated engine and tsconfig 2021-04-10 00:32:06 +03:00

README.md

Mango Alerts Server

Backend logic for the mango alerts provider

Usage

Run yarn to install dependencies

yarn

An example .env file -

DB_USER=<DB_USER>
DB_PASS=<DB_PASS>
DB_HOSTS=<DB_HOST>
DB=<DB>
DB_OPTIONS=<DB_OPTIONS>
PORT=3010
TWILIO_ACCOUNT_SID=<TWILIO_ACCOUNT_SID>
TWILIO_AUTH_TOKEN=<TWILIO_AUTH_TOKEN>
TWILIO_PHONE_NUMBER=<TWILIO_PHONE_NUMBER>
MAIL_USER=<MAIL_USER>
MAIL_PASS=<MAIL_PASS>
TG_TOKEN=<TG_TOKEN>