Add DB upload flow and Docker deployment setup

This commit is contained in:
2026-04-14 23:17:45 +08:00
parent 268e76bf0d
commit 6c3ff0e3d1
12 changed files with 1787 additions and 253 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
DB_HOST=192.168.0.15
DB_PORT=3307
DB_USER=jianmiau
DB_PASSWORD=your-password
DB_DATABASE=badminton
DB_TABLE=badminton
SERVER_PORT=8787