rahulsahay19/dot-net-core-microservices-8 ? reverse-engineered prompt
Reverse engineered prompt
Build me a full ecommerce microservices app in .NET 8 with a clean architecture setup, like a real learning project I can run locally with Docker. I want separate services for things like catalog, basket, ordering, and a frontend client, all working together through an API gateway. Please wire it so I can start everything with docker compose and see the main flow end to end, like browsing products, adding to cart, and checking out.
Use a practical enterprise style, with authentication support, shared infrastructure, and the usual cross cutting concerns handled cleanly. If it makes sense, include messaging between services, a Redis backed basket, and a way for services to communicate without being tightly coupled. Make the code easy to understand and organized like a real production project, not just a demo.
If you need anything current from the ecosystem, look up the latest docs online first.
Are you gonna build this?
make sure you review the code using coderabbit