swapnilbamble1438/EcommerceApp ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple online electronics shopping website in Java like a college project demo, with a clean home page, product listings, product details, and a cart. Users should be able to register, log in, log out, add items to cart, and place an order. There should also be an admin side where I can add new products, edit the product list, and manage customers and orders.
Use JSP and servlet style pages, with basic HTML, CSS, Bootstrap, and a little JavaScript for the front end. Connect it to a database, SQLite is fine, and make sure the app runs on Tomcat with Maven support. I want the usual ecommerce flow to feel complete, with categories, brands, customer login, admin login, and a simple checkout experience.
Please make it look presentable and ready to run locally, and if you need to check anything uncertain, look up the current docs online.
Are you gonna build this?
make sure you review the code using coderabbit