Primera versión del backend

This commit is contained in:
Mireya Cueto Garrido
2026-05-13 13:43:32 +02:00
parent 7d893c98fa
commit ebc3631cfd
32 changed files with 1264 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
fastapi
uvicorn[standard]
SQLAlchemy
psycopg[binary]
pydantic-settings
python-dotenv
httpx
orjson
pytest