nazarli-shabnam/MicroFlow ? reverse-engineered prompt
Reverse engineered prompt
Build me a working demo of an event driven microservices app with Django, PostgreSQL, Redis Streams, and real time updates over websockets.
I want a simple system that shows how one service can create events, another can process them, and the UI or API can reflect changes live. Please include event deduplication so the same message does not get processed twice, and make it feel like a real scalable backend example rather than a toy script. It should be easy to run with Docker, and there should be clear setup steps so I can start the whole stack locally and test it fast.
If you need to, look up current docs online for the best way to wire the pieces together. Keep the code clean and practical, and make sure the services can talk to each other reliably. I’d also like a few sample endpoints or demo flows so I can see the event chain and the live updates working end to end.
Are you gonna build this?
make sure you review the code using coderabbit