Go to file
saml33 3464953256 revert ma/health checks 2022-04-13 13:35:28 +10:00
.github/workflows New feature: Code vulnerability scanning 2022-01-09 11:05:45 +00:00
src revert ma/health checks 2022-04-13 13:35:28 +10: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 cleanup CVE report 2022-03-24 00:24:49 +01:00
tsconfig.json initial commit 2021-12-15 19:37:32 +11:00
yarn.lock cleanup CVE report 2022-03-24 00:24:49 +01: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>