An open API service indexing awesome lists of open source software.

https://github.com/blockworks-foundation/mango-alerts-v3


https://github.com/blockworks-foundation/mango-alerts-v3

Last synced: about 2 months ago
JSON representation

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=
```