Go to file
Maximilian Schneider ff31c2d93b use 5_tokens mango-client-ts 2021-06-07 17:16:36 -04:00
src Initialize db once 2021-05-07 11:20:58 +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 use 5_tokens mango-client-ts 2021-06-07 17:16:36 -04:00
tsconfig.json Updated engine and tsconfig 2021-04-10 00:32:06 +03:00
yarn.lock use 5_tokens mango-client-ts 2021-06-07 17:16:36 -04: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>