Library-Management-System/ ├── assets/ # CSS, JS, images ├── includes/ # DB config and session handling ├── modules/ # Core modules like books, users, QR ├── templates/ # Header, footer ├── uploads/ # ...
A Spring Boot-based RESTful web application for managing a library's books, users, and borrowing records. The system provides APIs for performing CRUD operations on books and includes search ...