Rohith-04-04/AI-Based-Credit-Risk-Assessment-and-Loan-Approval-System- ? reverse-engineered prompt
Reverse engineered prompt
Build me this AI based credit risk and loan approval web app in Java Spring Boot.
I want a full working system where an admin can log in, create applicants, create and submit loan applications, run a risk score, and make an approval or rejection decision with an override reason if the decision goes against the recommendation. Add JWT login with a seeded admin account, an audit trail, and an admin area where I can import a dataset, kick off training runs, view model versions, and see summary metrics.
The app should have simple pages for login, dashboard, application list, application detail, and admin tasks, plus REST APIs behind them. Use MySQL for the main database, but make it easy to run locally without extra setup too. If helpful, include Docker and a simple startup script so I can launch it quickly. Also make sure it can generate or load a sample Lending Club style dataset on startup so the demo works right away.
Are you gonna build this?
make sure you review the code using coderabbit