aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3d025ff856029bbce9bc7431a5527bf23c6a58d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Email newsletter management for my website.

Configuration:
- Requires mysql database. Include a `config.json` in `src` directory with the following structure:
```json
{
    "database": {
        "host": "localhost",
        "user": "YOUR_USER",
        "database": "YOUR_DB",
        "password": "YOUR_PWD"
    }
}
```