From 1f542c65abb515bb70517af8a73b7dfe0927a7c9 Mon Sep 17 00:00:00 2001 From: ParkSuMin Date: Sat, 3 Jan 2026 22:58:14 +0300 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95dd205..1744c15 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # DELIVER_MAN -## Docker +## Core Functionality + +- View product inventory with current stock levels. +- Create orders with customer name and order date. +- Edit order details (customer name, date) and delete orders. +- Add items to orders, update item quantities or products, and remove items. +- Move items between orders. +- Prevent overselling by validating stock on add/update. + +## Run via Docker Run client + server + database: @@ -12,4 +21,4 @@ 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. +- The MariaDB schema/data is auto-initialized from `docker/init.sql` on first run. \ No newline at end of file