1. Technical manual1.1 How to run the python server for processing HTTP(s) requestsfirst 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