https://github.com/agnii555/nulibrary
NU Library 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.
https://github.com/agnii555/nulibrary
boot css html java jdk21 lambda-functions maven sorting spring spring-mvc springboot thymeleaf
Last synced: 3 months ago
JSON representation
NU Library 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.
- Host: GitHub
- URL: https://github.com/agnii555/nulibrary
- Owner: Agnii555
- Created: 2023-12-27T08:32:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T06:35:21.000Z (over 2 years ago)
- Last Synced: 2025-08-01T21:48:34.368Z (11 months ago)
- Topics: boot, css, html, java, jdk21, lambda-functions, maven, sorting, spring, spring-mvc, springboot, thymeleaf
- Language: HTML
- Homepage:
- Size: 668 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Management System
## Introduction
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.
## Features
- 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
## Technologies
- Spring Boot
- Spring MVC
- Thymeleaf
- HTML, CSS
- Bootstrap
### Prerequisites
- JDK 21 or later
- Maven 3.2 or later
### Setting Up the Project
1. git clone [repository-url]
2. cd into dir
3. mvn clean install
4. mvn spring-boot:run
### Login Credentials
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.