prabhakar267/library-management-system ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple library management system for a public library, with a clean admin panel for librarians and a small public area for students.

I want librarians to log in securely, then be able to search books, students, and issue or return records from one dashboard. They should be able to add new books, enter how many copies there are, and have issue IDs generated automatically. There should also be a way to approve or reject student registrations, and keep track of which librarian handled each decision.

For students, keep it limited to book search and a registration form. Make the interface easy to use and responsive, with a dashboard style layout that feels like an admin panel. Use a PHP backend with MySQL, and if you need to check current docs online while building it, go ahead. Please set it up so I can run the app locally, migrate the database, and start using it right away.