Skip to content

ksdinesh-07/Library_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

Java project for managing library operations with admin and user functionalities.

Features

  • Admin/User login with authentication
  • Add, search, and update book details
  • Register students and view all registered students
  • Display all books in the library
  • Manage book quantities

Technologies Used

  • Java (OOP, JDBC)
  • MySQL database
  • Eclipse IDE

Database Setup

  • Schema: library_project
  • Tables: login, books, students, book_detail
  • Sample data inserted for testing

How to Run

  1. Import project in Eclipse IDE.
  2. Ensure MySQL server is running and database credentials in lms_DB.java are correct.
  3. Run library_management_system.java.
  4. Follow console prompts for admin/user operations.

Author

  • Dinesh K S

About

Library Management System built with Java (JDBC) and MySQL. Supports Admin & User login, book management (add, search, update, view), and student management (register, list). Follows layered architecture (DTO, DAO, Service). A beginner-friendly project to practice Java CRUD and database integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages