Make a service as soon as possible to expose POST HTTP API. To compare with service written by Go, read this post here : I will be FastAPI base service soon !
This version improves readability and maintains your original format and intent.
# must run
Python 3.10
python3 -m venv venv
source venv/bin/active
# For dev
make install
make run
# for deploy