A sample of a python microservice block for kintohub
It is using python 3.6.4
pip install -r requirements.txt
FLASK_APP=hello.py flask run
runs on port5000
FLASK_APP=hello.py flask run --port=80 --host=0.0.0.0
runs on port 80 and the server is accessable by external calls