1. Technical manual 1.1 How to run the python server for processing HTTP(s) requests first of all, you must be in the directory where the main.py is located. then run:[ uvicorn main:app --reload ] from terminal (without [] brackets) application should be available at localhost:8000