YeshendraDhaker/Digital-Banking-System-Microservices ? reverse-engineered prompt
Reverse engineered prompt
Build me a complete digital banking system with multiple backend services that work together smoothly.
I want a single entry point for users, then separate services for accounts, money transfers, payments, fraud detection, and notifications. The app should let someone send money quickly, keep track of balances and transfer history, and handle payment webhooks too. It also needs real time fraud checking so suspicious activity can be caught before a transfer completes, and if fraud is detected the account should be blocked and alerts should go out right away.
Please wire the services together in a realistic way, with messages passing between them so the system keeps working even if one part fails. I also want everything easy to run locally with Docker, plus clear startup steps and sensible defaults. Make it feel like production code, not a toy demo, and if you need current library docs or setup details, look them up online and use the latest approach.
Are you gonna build this?
make sure you review the code using coderabbit