-
open ./python in cli
-
run "python server.py"
-
open project root directory in cli
-
curl -X POST -F "image=@test_image/image_a.jpg" http://127.0.0.1:5000/upload -o "./temp/response_py.json"
-
responce is logged in "./temp/response_py.json"
-
Open ".\frontend" in cli
-
run "python -m http.server 8000"
-
open http://localhost:8000/ in browser
-
decode base64 to image - https://base64.guru/converter/decode/image
-
pretty view for json - https://jsonviewer.stack.hu/