zohaibkhan10666-cell/e-commerce-project — reverse-engineered prompt
Reverse engineered prompt
Build me a complete ecommerce app in one repo.
I want a customer storefront where people can sign up, log in, verify their account, browse products, open product details, add items to a cart, enter their shipping address, pay through JazzCash, then see a payment success page and their order history. There should also be a profile page for users.
I also need an admin area where the store owner can manage products and orders. The backend should handle users, products, admin actions, orders, authentication, JazzCash payment initiation, and the JazzCash callback so orders get marked paid or failed properly.
Use React for the frontend and Node with Express for the backend, with a database for users, products, and orders. Include the needed environment variable examples for email, auth secrets, and JazzCash settings. Make it runnable locally with clear setup instructions, and keep the code clean enough to deploy later. Look up current docs online if you need to.
Want more depth? Deep Reverse