Skip to content

Created a Library Management System in Java to manage book inventory, members, and borrow/return operations. Used MySQL with JDBC for persistent data storage.

Notifications You must be signed in to change notification settings

RaniTayade/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Created a Library Management System in Java to manage book inventory, members, and borrow/return operations. Used MySQL with JDBC for persistent data storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages