paulonteri/ecommerce ? reverse-engineered prompt
Reverse engineered prompt
Build me a full online store web app that feels production ready. I want shoppers to be able to browse products, view details, add things to a cart, sign up or log in, and place orders through a smooth checkout flow. After an order is placed, send confirmation updates by email and text if possible, and keep an order history in the user account.
On the store owner side, I need a simple way to manage products, inventory, customers, and orders. Payments should be wired up in a realistic way, and the whole thing should have a clean modern storefront that works well on mobile and desktop.
Use a Python backend with Django and a React frontend, with API driven data between them. Set up the project so it can run locally with environment variables and seed data, and keep it organized enough that I could deploy it later. If anything is missing, make sensible choices and look up current docs online if you need to.
Have a live product UI? Try website reverse