From 8b0fa219aa27e1414e6172aa6957948d135bf753 Mon Sep 17 00:00:00 2001 From: ParkSuMin Date: Sat, 3 Jan 2026 19:50:42 +0300 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3e31a8..95dd205 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# DELIVER_MAN \ No newline at end of file +# 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.