Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-28T06:35:21.000Z (12 months ago)
- Last Synced: 2023-12-28T09:33:14.536Z (12 months ago)
- Topics: boot, css, html, java, jdk21, lambda-functions, maven, sorting, spring, spring-mvc, springboot, thymeleaf
- Language: HTML
- Homepage:
- Size: 668 KB
- Stars: 0
- 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@12Librarian 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.