Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 669 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 669 Bytes

Library Management System

Description

The Library Management System is designed for managing books, authors, orders and readers. It allows users to add, update, and delete records of books and authors, as well as manage orders.

Features

  • Author Management: adding, deleting, and updating information about authors.
  • Book Management: adding new books, searching for books by ID.
  • Order Processing: ability to add books to orders and remove them.
  • Reader Management: managing information about readers (in development).

Installation

Prerequisites

Make sure you have the following tools installed:

  • Java JDK (17)
  • Maven
  • MySQL