Application for educational purposes. As a final result application needs to be containerised, kubernetised and then have helm-charts written for it
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
. .venv/bin/activate
python3 cli.py
Hello world from CLI
flask run
curl localhost:5000
Hello, World!