An open API service indexing awesome lists of open source software.

https://github.com/ahmednassar7/college_library

A project that have a GUI control a database system.
https://github.com/ahmednassar7/college_library

database gui java javaswing oop sql

Last synced: 3 months ago
JSON representation

A project that have a GUI control a database system.

Awesome Lists containing this project

README

          

# College_Library

A simple library manager project with a gui that control a database system of Books and its authors.

You can add, delete or update the books in the database. Also you can search about the book you need by the ISBN of that book.

The project apply UI design and some OOP characteristics.

![EbookStore](https://user-images.githubusercontent.com/72660571/147883703-3b867b0c-a264-4fa5-b0c2-bcc1f3120d7f.png)

I added a good looking hover to the menu buttons.

![Ebookstore2](https://user-images.githubusercontent.com/72660571/147883747-b1f6e081-3d52-48fc-af27-57d8b1e1610d.png)

The project is connected to a SQL database with some simple queries you can see in the code.