This is a Library Management System built using Spring Boot, designed to provide a comprehensive system for managing books, members, and lending operations. The user interface is crafted using HTML, CSS, and Bootstrap, providing a responsive and intuitive design.
- Manage books (add, update, delete, view)
- Member registration and management
- Librarian registrattion and mangement
- Book lending and return functionalities
- Search capabilities for books and members
- Sorting capability for books
- Spring Boot
- Spring MVC
- Thymeleaf
- HTML, CSS
- Bootstrap
- JDK 21 or later
- Maven 3.2 or later
- git clone [repository-url]
- cd into dir
- mvn clean install
- mvn spring-boot:run
Admin Login:
- Username : admin
- Password : Admin@12
Librarian Login
- Register as Librarian.
- Once approved by admin, login with respective credentials provided by Admin.
User Login
- Register as User and Login with respective credentials.