kshitij5/Policy-Administration-System---POD2 ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple policy administration system for an insurance style app with separate services for login and authorization, customers, quotes, and policies. I want it to work like a small microservice app where users can sign in, create or view customer details, request a quote, and then turn that quote into an active policy. Please include a central API gateway and service discovery so the services can talk to each other cleanly, and make the whole thing easy to run locally.
Use the existing Java project structure and make the app feel complete enough to demo, with basic CRUD screens or endpoints, sensible validation, and a clean flow from consumer to quote to policy. If anything is unclear, look up current docs online and follow best practices for the stack already in the repo. Keep the code organized, make sure the services start without obvious errors, and add any missing wiring so the modules actually work together.
Are you gonna build this?
make sure you review the code using coderabbit