sumitchaudhary980/library-management-system ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple full stack library management app for a small library.
I want it to have a clean admin login and dashboard where an admin can add, edit, delete, and search books, authors, and genres. Each book should support a cover image upload, and the image should be stored in Cloudinary with old images cleaned up when a cover is replaced or a book is deleted. Please include stock quantity, form validation, pagination for long lists, protected admin pages, and a responsive interface that works well on desktop and mobile.
Use a Node and Express backend with SQLite for storage, and keep the frontend in plain HTML, CSS, and JavaScript. It looks like this project is mainly focused on admin features right now, so don’t try to fully build the future user borrowing system unless there’s already enough structure for it. If it makes sense, leave the code organized so user login, borrowing, returns, due dates, and fines can be added later.
If you need setup details, look up the current docs for Cloudinary and SQLite.
Have a live product UI? Try website reverse