Go to file
saml33 b96df3bada
Merge pull request #1 from silas-x/main
Automated security scanning
2022-01-11 20:12:19 +11:00
.github/workflows New feature: Code vulnerability scanning 2022-01-09 11:05:45 +00:00
src add new line to email message 2022-01-11 09:57:42 +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>