LibraryManagementSystem/ ├── CMakeLists.txt # Build configuration ├── README.md # This file │ ├── include/ # Header files │ ├── config.hpp # Global configuration │ ├── core/ │ │ ├── Book.hpp # Book ...
A complete full-stack Library Management System built with Spring Boot (Backend) and React.js + Bootstrap (Frontend). It supports core library operations such as managing users, issuing library cards, ...