Drag and Drop

This commit is contained in:
2025-09-17 18:45:55 +00:00
parent 2115238217
commit 20e41b67a7
10 changed files with 1358 additions and 379 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: "3.9"
services:
web:
build: .
ports:
- "5000:5000"
volumes:
- .:/app # optional: mount code for live changes
environment:
- FLASK_ENV=development