Skip to content

shradha-2022/LibraryManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Library Management System - Java Spring Boot Mini Project

A simple Library Management System built using Java, Spring Boot, and Maven, featuring book, author, and category management with an admin interface.


🚀 Local Setup

Follow these steps to run the project locally:

  1. Clone the repo:
git clone https://github.com/YOUR_USERNAME/LibraryManagementSystem.git
cd LibraryManagementSystem
  1. Install JDK 17 Download JDK 17

  2. Install an IDE: IntelliJ IDEA, Eclipse, or NetBeans

  3. Install Apache Maven Installation Guide

  4. Build the project:

mvn clean install
  1. Run the project:
mvn spring-boot:run
  1. Open in browser: Visit http://localhost:9080

  2. Admin Login Credentials:

  • Email: admin@admin.in
  • Password: Temp123

🖥️ Admin Interface

1. Admin Login

Admin Login Interface


2. Book Management

  • Add, update, view, and delete books easily.

Books Management


3. Author Management

  • Add, update, view, and delete authors.

Authors Management


4. Category Management

  • Add, update, view, and delete book categories.

Categories Management


🛠 Features

  • Admin login and authentication
  • CRUD operations for books, authors, and categories
  • Simple, intuitive admin interface
  • Built with Java, Spring Boot, Maven
  • Easily extensible


⚡ How to Contribute

This project is intended as a learning oject. You can fork it, modify, or enhance for practice.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors