/BookHive

A complete Java GUI application for the purpose of Management System of Library.

Primary LanguageJava

BookHive

A complete Java GUI application for the purpose of Management System of Library.

Description

The whole code is written with the help of the Intellij Idea IDE and MySQL connector for Java Database Connectivity(JDBC).

FrontEnd

The Front End part of the project is made using the Java Swing Libraries. Using GUI Forms available in the Intellij Idea IDE.

BackEnd

The Back End part of the project is pure Java Codes using the features of packages and GUI Forms. The Java Database Connectivity part is achieved using the MySQL Connector for java. This provide a package full of classes and interfaces for Database Connectivity.

The configuration of Database is automatic in the project. The user may Download the Project and setup the username and password in the DBCredentials.java

Screenshots

Login Interface
BH-SS-1

Home Page
BH-SS-2

Database of available books
BH-SS-3

Adding books to the Hive
BH-SS-4

Database of Book Issue Records
BH-SS-5

Issue Book to a reader
BH-SS-6

Update the login Credentials
BH-SS-7