web frontend and flask backend
This commit is contained in:
13
curl_debug.sh
Normal file
13
curl_debug.sh
Normal 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
|
||||
}'
|
||||
Reference in New Issue
Block a user