- Python 3.11+
- Virtual environment (
.venv) activated
python3 -m pip install fastapi uvicornFrom the project root:
python3 -m uvicorn api:app --reloadOpen in your browser:
http://127.0.0.1:8000/docs
This will show the interactive Swagger UI where you can test endpoints.
GET /jerry
GET /audience
To stop the API, press:
Ctrl + C
-
If you see
command not found: python, try usingpython3 -
Make sure your virtual environment is active:
source .venv/bin/activate -
If dependencies are missing, reinstall using pip
This project simulates DevOps workflows using a narrative-driven approach inspired by Jerry Springer show (because production failures are basically reality TV).
