iampranavdhar/Library-Management-System-MERN — reverse-engineered prompt
Reverse engineered prompt
Build me a library management web app for a school or college library. I want librarians to log in as admins and students to log in separately, with each role seeing its own dashboard.
Admins should be able to add and manage library members, add books with the number of available copies, search through books, and track when a book is issued or returned by a member. Students should be able to view books and reserve a book for specific dates. Please also include simple pages or sections for achievements and an event gallery so the library feels active and presentable.
Use a React frontend with a Node and Express backend connected to MongoDB. Make the interface clean and easy for non technical library staff to use. Include the basic setup files, environment variable examples, and clear instructions so I can run the frontend and backend locally. Look up current docs online if needed.
Want more depth? Deep Reverse