Initial import

This commit is contained in:
2026-03-05 14:27:30 +00:00
commit bcbf9155d7
26 changed files with 841 additions and 0 deletions

10
backend/requirements.txt Normal file
View File

@@ -0,0 +1,10 @@
fastapi
uvicorn
sqlalchemy==2.0.*
alembic
asyncpg
psycopg2-binary
redis
passlib[bcrypt]
PyJWT
pydantic[email]>=2.5.0