RiverCare-Backend

Local Run

To Start:

```bash
docker compose up -d --build
```

To Exit:

```bash
docker compose down -v
```