prasantkpatel/BookBucket ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app called BookBucket where people can browse and search books from a database. I want it to feel clean and fast, with a homepage, a search box, and pages that show book details like title, author, and other basic info. The app should use Cassandra for storing the data, and it should be set up in a way that shows how Cassandra can handle lots of records smoothly even if we only load a small sample right now.
Please make it a Spring Boot app with server rendered pages, basic security, and a simple user friendly interface. I also want it to be easy to run locally if I have Java installed and a Cassandra instance available. If you need to look up current docs online while building it, go ahead. Keep the code organized and make the experience straightforward so someone can search for books and browse results without any fuss.
Are you gonna build this?
make sure you review the code using coderabbit