eduardammag/dijkstrafood ? reverse-engineered prompt
Reverse engineered prompt
Build me this food delivery demo app so I can run the whole thing locally with Docker and see the full order flow working end to end.
I want an order service, a restaurant simulator, a delivery service, and a simple routing service, all talking to each other over HTTP like a real delivery system. Then I want the simulator to create fake orders and move them through the stages so I can watch orders get accepted, prepared, picked up, delivered, and tracked in the backend. Please also make the realtime dashboard work, with live metrics and updates from the event stream, plus a basic health check and metrics pages I can open in the browser.
If it makes sense, set up the local cloud pieces too, like the Kinesis stream and Redis used for the realtime views, and make sure the project starts cleanly with docker compose. If you need to check current docs for any AWS or Python details, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit