Skip to content

A simple Java-based Library Management System that uses Oracle Database for storing and managing book records. This system allows users to add, view, search, issue, and return books through a command-line interface.

Notifications You must be signed in to change notification settings

Safiul-Shaikh/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Library Management System

A Java-based Library Management System that allows users to add, view, search, issue, and return books using an Oracle database for data storage.

πŸš€ Features

  • βœ… Add new books to the library
  • πŸ“– View available and issued books
  • πŸ” Search books by ID
  • πŸ“… Issue books to users
  • ♻️ Return issued books
  • πŸ’Ύ Oracle DB integration using ojdbc8.jar

πŸ› οΈ Tech Stack

  • Java (Core)
  • Oracle Database (10g or higher)
  • JDBC (ojdbc8.jar)
  • VS Code / GitHub Codespaces for development

πŸ“Š In Progress

Currently working on converting this project into a Full-Stack Library Management System:

  • 🌐 Frontend β€” HTML, CSS, JavaScript
  • πŸ’» Backend β€” Java
  • ⚑ API Integration β€” RESTful APIs
  • πŸ—„οΈ Database β€” Oracle 10g

About

A simple Java-based Library Management System that uses Oracle Database for storing and managing book records. This system allows users to add, view, search, issue, and return books through a command-line interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages