Initial commit

This commit is contained in:
wanghep
2026-03-20 21:47:30 +08:00
commit 2eab960303
83 changed files with 51694 additions and 0 deletions

4
backend/requirements.txt Normal file
View File

@ -0,0 +1,4 @@
fastapi==0.116.1
uvicorn==0.35.0
pydantic==2.11.7
PyMySQL==1.1.1