Note: Database URL needs to start with `postgresql://` instead of `postgres://`
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