Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 495 Bytes

File metadata and controls

23 lines (19 loc) · 495 Bytes

Library Management System (Java + MySQL)

Description

A management system for libraries that keeps track of books, members, and borrowing/return operations.

Skills Used

  • Java
  • MySQL
  • JDBC
  • CRUD Operations

Features

  • Add new books
  • Register members
  • Borrow and return books
  • Search for books by ID/Name
  • Store data in MySQL

How to Run

  1. Clone the repository
  2. Set up MySQL database (library_db)
  3. Compile: javac LibrarySystem.java
  4. Run: java LibrarySystem