vijaygiduthuri/banking_application_eks ? reverse-engineered prompt
Reverse engineered prompt
Build me a full banking platform that feels like a real production app, with a React frontend for things like register, login, accounts, deposits, transfers, cards, loans, and a dashboard, plus a Go backend made up of many small services and an API gateway.
I want the money flow to be handled carefully with a double entry ledger, idempotency for payments, and reliable event handling so actions like deposits or transfers can trigger other things like statements, audit, or fraud checks. Use REST for the frontend, gRPC for internal service calls, and Kafka for async events.
Also set it up so it can run on Kubernetes on Amazon EKS with Terraform, GitOps style deployment, HTTPS, basic observability with traces, metrics, and logs, and sensible health checks. If you need to, look up current docs online while building it. Keep the whole thing organized so I can run it locally with Docker Compose too.
Are you gonna build this?
make sure you review the code using coderabbit