web frontend and flask backend

This commit is contained in:
2025-11-25 16:41:52 +01:00
parent da702fb4e6
commit dd36618802
7 changed files with 2483 additions and 150 deletions

13
curl_debug.sh Normal file
View File

@ -0,0 +1,13 @@
curl http://localhost:5000/api/health
curl http://localhost:5000/api/health
curl http://localhost:5000/api/health
curl http://localhost:5000/api/health
curl -X POST http://localhost:5000/api/search \
-H "Content-Type: application/json" \
-d '{
"search_term": "Fahrrad",
"min_price": 300,
"max_price": 900,
"max_pages": 1
}'