Files
DELIVER_MAN/README.md
2026-01-03 19:50:42 +03:00

16 lines
308 B
Markdown

# DELIVER_MAN
## Docker
Run client + server + database:
```bash
docker compose up --build
```
Open the client at `http://localhost:8080`.
Notes:
- The API is proxied through the client container to the server at `/api`.
- The MariaDB schema/data is auto-initialized from `docker/init.sql` on first run.