galvaoagnes/remittance-service — reverse-engineered prompt

Reverse engineered prompt

Build me a remittance service for handling cross currency money transfers.

I want a backend app where someone can create and manage multi currency accounts, then send money from one account to another in a different currency and have the transfer converted using exchange rates. It should keep the main remittance flow clear and reliable, store data in PostgreSQL, and expose a simple REST API with Swagger so I can try everything in the browser at localhost. Please include database migrations on startup, tests, and a clean local setup so I can run it with Docker and Maven.

I also want it to be easy to deploy locally in Kubernetes, with the API separated from a scheduled background job and the database running alongside it. The scheduler should be able to run recurring tasks related to the remittance process. Keep the project production minded but straightforward to run and understand. If anything is unclear, look up current Spring Boot and Kubernetes docs online and wire it up in the simplest solid way.

Want more depth? Deep Reverse