vijaygiduthuri/shopverse ? reverse-engineered prompt
Reverse engineered prompt
Build me a full stack e commerce app called ShopVerse that feels ready for real users. It should have a clean shopping site where people can browse products, open a product detail page, create an account, log in, add items to a cart, change quantities, place an order, and view their order history. Include an admin style way to add products too.
I want the front end to be modern and responsive, and the backend to handle authentication, products, cart, and orders with a MySQL database. It should run locally with Docker Compose, and also be set up so I can deploy it to AWS with Kubernetes, Helm, and Terraform. Please make the whole thing production minded, with health checks, JWT login, and sensible defaults. If you need to look up current docs online for any setup details, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit