associazioneCoScienze/TSW-2024-Darwin-Shop — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small web shop called Darwin Shop in this existing Maven project. There doesn’t seem to be much documentation, so keep the scope practical and make something that works end to end.

A visitor should be able to open the site, see a clean home page, browse a simple product catalog, search or filter products if that’s easy, open a product detail page, add items to a cart, change quantities, remove items, and go through a basic checkout that confirms the order without needing real payments. Use simple sample products and make the design clear and pleasant, with Italian labels if the project seems to be for an Italian course.

Please wire everything up so it runs locally with the provided Maven setup, include any database or sample data setup that’s needed, and add brief instructions for how to start and test it. Look up current docs online if you need to.

Want more depth? Deep Reverse