Go to file
saml33 d6336f26c9 initial commit 2021-12-15 19:37:32 +11:00
src initial commit 2021-12-15 19:37:32 +11:00
.gitignore initial commit 2021-12-15 19:37:32 +11:00
Procfile initial commit 2021-12-15 19:37:32 +11:00
README.md initial commit 2021-12-15 19:37:32 +11:00
nodemon.json initial commit 2021-12-15 19:37:32 +11:00
package.json initial commit 2021-12-15 19:37:32 +11:00
tsconfig.json initial commit 2021-12-15 19:37:32 +11:00
yarn.lock initial commit 2021-12-15 19:37:32 +11: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>