https://github.com/gm-gio/consolelibrarymanagerjdbc
https://github.com/gm-gio/consolelibrarymanagerjdbc
jd jdk17 maven sq
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gm-gio/consolelibrarymanagerjdbc
- Owner: gm-gio
- Created: 2024-10-15T14:26:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T10:48:12.000Z (over 1 year ago)
- Last Synced: 2025-02-13T05:30:19.431Z (over 1 year ago)
- Topics: jd, jdk17, maven, sq
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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