/python_api_server

A API server implemented in Python using Fast API

Primary LanguagePythonApache License 2.0Apache-2.0

python_api_server

A API server implemented in Python using Fast API

Command to execute:

uvicorn main:app --reload --host 0.0.0.0 --port 8088