1. Start the backend:
uvicorn backend-python.main:app --host 0.0.0.0 --port 8000 --reload

2. Start the prototype application in the CommandLine:
python -m prototype-cli-app.cli_app