Farlimb/Project_bachelor — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Java Spring web app for identifying possible debtors from a database. Users should be able to enter a person’s first name, surname, and place of residency, then the app should search the debtor data and show likely matches with a similarity percentage, not just exact matches.

The result page should be easy to understand, showing the entered details, matching debtor records, the calculated similarity score, and an anonymized ID for each identified person. Keep the UI clean and basic with Thymeleaf pages, enough for a bachelor project demo.

Use the public debtor data source mentioned in the README as the intended data source, and set things up so the database can be loaded or mocked for local testing. Please make the project runnable with Maven, include the needed controllers, services, templates, and simple validation. If you need current Spring or Thymeleaf syntax, look up the docs online.

Want more depth? Deep Reverse