https://github.com/blockworks-foundation/mango-alerts-v3
https://github.com/blockworks-foundation/mango-alerts-v3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockworks-foundation/mango-alerts-v3
- Owner: blockworks-foundation
- Created: 2021-12-15T08:30:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T03:35:35.000Z (about 3 years ago)
- Last Synced: 2025-01-26T15:32:22.665Z (4 months ago)
- Language: TypeScript
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mango Alerts Server
Backend logic for the mango alerts provider
## Usage
Run `yarn` to install dependencies
```bash
yarn
```An example `.env` file -
```
DB_USER=
DB_PASS=
DB_CLUSTER=
DB=
PORT=3010
MAIL_USER=
MAILJET_KEY=
MAILJET_SECRET=
```