This is a Java-based bookstore application with a graphical user interface (GUI) designed to manage books in a digital store. Users can add, delete, and update book details, as well as manage book cover pages. The application uses JDBC for database operations.
-
Add a Book: Users can add new books to the store with details such as title, author, ISBN, and cover page.
-
Delete a Book: Users can remove books from the store.
-
Update Book Details: Users can modify the information of existing books.
-
Manage Book Cover Pages: Users can add or update book cover images.
-
Search Book: Users can Search books using BookId or BookName
Client: Java: The primary programming language used for the application.
Server: Java GUI: For creating the graphical user interface.
JDBC: For interacting with the database.