Initial commit

This commit is contained in:
2026-01-24 15:40:38 +01:00
commit e807dc62da
11 changed files with 478 additions and 0 deletions

11
test_main.http Normal file
View File

@@ -0,0 +1,11 @@
# Test your FastAPI endpoints
GET http://127.0.0.1:8000/
Accept: application/json
###
GET http://127.0.0.1:8000/hello/User
Accept: application/json
###