sabeeh-codes/vendrix ? reverse-engineered prompt
Reverse engineered prompt
Build me a full stack clothing store web app called Vendrix with a Django backend and a simple vanilla JavaScript frontend.
It should let people browse products in a clean grid, filter by gender, category, price, and search, then pick colors, sizes, and quantity with stock checks. Add a shopping cart, checkout flow, and order history page with order status tracking. I also want user sign up, login, and protected pages using JWT, plus a working admin area where I can add and manage products, categories, colors, and orders.
For payments, set up Stripe test mode for card payments and also support cash on delivery. When an order is cancelled, stock should go back automatically. Use PostgreSQL for the database, and make the frontend work by opening the HTML files after the backend is running. If you need to check current docs for anything, feel free to look them up online.
Are you gonna build this?
make sure you review the code using coderabbit