Python REST API Test Application

When you work in platform engineering focused on infrastructure, you sometimes need to create prototypes specifically built for platform testing purposes. I needed a backend that could simulate real API behavior without coupling to any actual business logic — something I could abuse freely.
Two goals:
- Function as a REST API
- Run in Kubernetes
Running Locally
Build the image and run it:









