This should work on Python3 across platforms, without any extra pip modules to be installed. The code is created and tested on : Windows 11 Python 3.7.4 [NOTE] Server uses static port number 5050 and ...
├── app/ │ ├── __init__.py # Global logging init (INFO level) │ ├── main.py # FastAPI application entry point │ ├── config.py # Environment-specific settings (dev/test/prod) │ └── routers/ # API route ...