project structure and database

This commit is contained in:
2025-07-27 19:34:40 +04:00
parent 833bcd6ff7
commit 361f94323c
23 changed files with 474 additions and 11 deletions

18
requirements.txt Normal file
View File

@ -0,0 +1,18 @@
# FastApi
fastapi
pydantic
uvicorn
uvicorn[standard]
gunicorn
python-multipart
starlette
# Database
sqlalchemy
sqlalchemy[asyncio]
asyncpg
alembic
# Other
python-dotenv
ruff