A simple Library Management System built using Java, Spring Boot, and Maven, featuring book, author, and category management with an admin interface.
Follow these steps to run the project locally:
- Clone the repo:
git clone https://github.com/YOUR_USERNAME/LibraryManagementSystem.git
cd LibraryManagementSystem-
Install JDK 17 Download JDK 17
-
Install an IDE: IntelliJ IDEA, Eclipse, or NetBeans
-
Install Apache Maven Installation Guide
-
Build the project:
mvn clean install- Run the project:
mvn spring-boot:run-
Open in browser: Visit http://localhost:9080
-
Admin Login Credentials:
- Email:
admin@admin.in - Password:
Temp123
- Add, update, view, and delete books easily.
- Add, update, view, and delete authors.
- Add, update, view, and delete book categories.
- Admin login and authentication
- CRUD operations for books, authors, and categories
- Simple, intuitive admin interface
- Built with Java, Spring Boot, Maven
- Easily extensible
This project is intended as a learning oject. You can fork it, modify, or enhance for practice.



