added restful api

This commit is contained in:
Jan Felix Wiebe 2025-07-09 22:03:08 +02:00
commit 4e359cf3ef
7 changed files with 530 additions and 0 deletions

5
backend/requirements.txt Normal file
View file

@ -0,0 +1,5 @@
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.10.0
python-multipart>=0.0.20
requests>=2.32.0