feat: add backend FastAPI structure and Supabase schema

This commit is contained in:
Alan Alonso
2026-05-23 00:41:13 -06:00
parent 17cdde7dbb
commit e6eb466c14
38 changed files with 1760 additions and 0 deletions

15
server/requirements.txt Normal file
View File

@@ -0,0 +1,15 @@
fastapi==0.104.1
uvicorn[standard]==0.24.0
websockets==12.0
apscheduler==3.10.4
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-dotenv==1.0.0
pydantic==2.5.0
pydantic-settings==2.1.0
httpx==0.25.0
pyjwt==2.8.0
bcrypt==4.1.2
email-validator==2.1.0
redis==5.0.1
hiredis==2.3.2