A simple and user-friendly Online Library Management System designed for schools and colleges. It offers seamless management of library operations through two modules:
- 👨🎓 Student
- 👨💼 Admin
- 📊 Admin Dashboard
- ➕ Add / ✏️ Update / ❌ Delete:
- Book Categories
- Authors
- Books
- 📖 Issue and Return Books:
- Issue new books to students
- Update details upon book return
- 🔍 Search Students by Student ID
- 👤 View Student Profiles
- 🔐 Change Admin Password
- 📝 Student Registration (Generates Student ID)
- 🔐 Login and Secure Dashboard Access
- ✏️ Update Profile
- 📚 View Issued Books with Return Dates
- 🔐 Change Password
- ♻️ Recover Forgotten Password
You can access the live version of BookVerse here:
🔗 Main Site: https://bookverse.great-site.net/
🔗 Admin Panel: https://bookverse.great-site.net/admin
- Download the project
.zipfile and extract it. - Move the
libraryfolder to your web server root directory:- For XAMPP:
htdocs - For WAMP:
www
- For XAMPP:
- Open phpMyAdmin
- Create a new database named:
library - Import the file
library.sqllocated inside the project folder
- 🌐 Local URL: http://localhost/library
- 🌐 Live URL: https://bookverse.great-site.net/
- 📧 Username:
test@example.com - 🔑 Password:
test@123
- 🌐 Local URL: http://localhost/library/admin
- 🌐 Live URL: https://bookverse.great-site.net/admin
- 👤 Username:
admin - 🔑 Password:
admin@123
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is open source and available under the MIT License.


