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.
- 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).
Make sure you have the following tools installed:
- Java JDK (17)
- Maven
- MySQL