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

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