feat: init files

This commit is contained in:
2025-06-17 22:58:08 +08:00
parent 3c77faf93e
commit 6b090a93c9
10 changed files with 385 additions and 0 deletions

10
docker-compose.yaml Normal file
View File

@ -0,0 +1,10 @@
version: "3.8"
services:
crud-demo-app:
image: crud-demo-app
container_name: crud-demo-app-running
ports:
- "3000:3000"
# volumes:
# - ./data:/app/data # Persist SQLite DB here