2026-01-04 22:14:28 +03:00
2026-01-03 20:41:15 +03:00
2026-01-04 22:14:28 +03:00
2026-01-03 19:50:34 +03:00
2025-12-27 18:46:12 +03:00
2026-01-03 18:36:37 +03:00
2025-12-30 15:08:35 +03:00
2026-01-03 22:58:14 +03:00

DELIVER_MAN

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:

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.
Description
Домашняя работа по курсу ТРВП (вариант 9). Москва, 2025-2026 гг
Readme 163 KiB
Languages
JavaScript 95.4%
HTML 4.3%
CSS 0.3%