Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 683 Bytes

File metadata and controls

25 lines (20 loc) · 683 Bytes

Library Management System - Java Project

Overview

This is a simple Library Management System implemented in Java, using JDBC for database connectivity and MySQL as the backend database. Maven is used as the build tool for managing dependencies and project structure.

Features

  • Book management (Search ,add, delete, update)
  • Borrow and return books
  • View user and book information

Technologies Used

  • Java
  • JDBC (Java Database Connectivity)
  • MySQL Database
  • Maven

Prerequisites

  • Java Development Kit (JDK)
  • MySQL Database Server
  • Maven

Setup

  1. Clone the repository:
    git clone https://github.com/AmineRaouane/Library-Management-System.git