Go to file
saml33 6386cd58c0 remove commented code 2021-12-15 23:15:27 +11:00
src remove commented code 2021-12-15 23:15:27 +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 remove commented code 2021-12-15 23:15:27 +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_CLUSTER=<DB_CLUSTER>
DB=<DB>
PORT=3010
MAIL_USER=<MAIL_USER>
MAILJET_KEY=<MAILJET_KEY>
MAILJET_SECRET=<MAILJET_SECRET>