Created basic backend structure, auth and CRUD endpoints.

This commit is contained in:
2025-02-22 13:42:10 +03:00
parent ed5fac3432
commit cabcf837f9
14 changed files with 470 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
fastapi
fastapi[all]
uvicorn
aiomysql
websockets
pydantic
python-dotenv
python-dotenv
aiosqlite
sqlalchemy