engindemirog/innova-advanced — reverse-engineered prompt
Reverse engineered prompt
Build me a small Java microservices demo with three parts, a customer service, an order service, and a discovery server so the services can register themselves and talk to each other.
I want it to feel like a simple starter project for an online shop. The customer service should let me create and list customers. The order service should let me create and list orders, and it should be able to look up customer info through the customer service. The discovery server should make it easy for the services to find each other without hardcoding everything.
Please keep it simple and runnable locally, with clear example endpoints and basic sample data or requests so I can test it quickly. Add the usual config files, sensible ports, and whatever is needed so all three apps start cleanly. If something important is missing, use reasonable defaults and look up current docs online if you need to.
Also include a short note on how to run the whole thing and test the flow end to end.
Want more depth? Deep Reverse