chore: add initial project scaffold with gitignore, readme, requirements, and server skeleton

This commit is contained in:
2025-10-04 18:40:44 +00:00
commit f52cc992be
24 changed files with 2893 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fastapi[standard]==0.118.0
uvicorn[standard]==0.32.1
websockets==12.0
python-multipart
pydantic==2.10.5