2menc/MixologyDB — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Java app for managing and sharing cocktail recipes. I want people to be able to open it as a guest and browse drinks, especially official IBA cocktails, but if they register or log in they should also be able to create their own recipes, publish them so other users can see them, save drinks to favorites, leave reviews, and export a drink’s info to a file for sharing.

There should be a search that feels useful for normal people, so they can look up drinks by keywords like sweet, bitter, red, or by ingredients like gin or strawberry. Please use a local database called MixologyDB, run the schema from the included ddl file, and if possible support the sample SQL data so the app is easy to try right away. Keep image support working from the images folder if it’s present, but don’t make the app fail if it’s missing.

If there’s already a rough structure in the repo, finish it and make the whole flow work end to end.

Want more depth? Deep Reverse