https://github.com/knowledgefactory4u/librarymanagementsystem
Java, Spring Boot Mini Project - Library Management System - Free Download
https://github.com/knowledgefactory4u/librarymanagementsystem
h2-database java17 library-management-system record springboot springdatajpa springsecurity switch thymeleaf
Last synced: 10 months ago
JSON representation
Java, Spring Boot Mini Project - Library Management System - Free Download
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/librarymanagementsystem
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-07-01T05:40:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T07:21:24.000Z (over 1 year ago)
- Last Synced: 2025-03-25T17:23:30.733Z (10 months ago)
- Topics: h2-database, java17, library-management-system, record, springboot, springdatajpa, springsecurity, switch, thymeleaf
- Language: Java
- Homepage: https://www.knowledgefactory.net/2022/06/java-spring-boot-mini-project-library-management-system-free-download.html
- Size: 304 KB
- Stars: 81
- Watchers: 2
- Forks: 54
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java, Spring Boot Mini Project - Library Management System
# Local setup
Step 1: Download or clone the source code from GitHub to the local machine
Step 2: Install JDK 17 - https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html
Step 3: Install IntelliJ IDEA or Eclipse or Apache NetBeans IDE
Step 4: Install Apache Maven - https://maven.apache.org/install.html
Step 5: ```mvn clean install```
Step 6: ```mvn spring-boot:run```
Step 7: From the browser call the endpoint http://localhost:9080
Step 8: Admin Login User Id: ```admin@admin.in``` & Password: ```Temp123```
# Admin Login Interface

# Add new books, update books, view books, delete books

# Add new authors, update authors, view authors, delete authors

# Add new categories, update categories, view categories, delete categories

# Add new publishers, update publishers, view publishers, delete publishers
