mallajyothiprakash/LibraryManagementSystem ? reverse-engineered prompt
Reverse engineered prompt
Build me a full stack Library Management System for managing books in a small library.
I want a clean browser based app where I can add, edit, delete, and view books, search by title or author, and browse them with simple pagination. It should also let me issue a book to a borrower and return it later, with the app automatically setting a seven day due date when a book is issued. Please make sure duplicate book entries with the same title and author are blocked, and show friendly messages when something goes wrong.
Use a modern responsive interface with a dashboard that shows basic stats and the current backend status. Store everything in MySQL, and expose a REST API for the book actions too. I’d like it to be easy to run locally and with Docker Compose, and 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