Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 309 Bytes

File metadata and controls

8 lines (5 loc) · 309 Bytes

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