Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chathushi-r/book-store-gui
This repository contains the source codes for a Java-based desktop application for a book store, featuring graphical user interfaces (GUIs) developed using Netbeans GUI builder.
https://github.com/chathushi-r/book-store-gui
derby-database java java-swing-gui jframe jpanel
Last synced: 6 days ago
JSON representation
This repository contains the source codes for a Java-based desktop application for a book store, featuring graphical user interfaces (GUIs) developed using Netbeans GUI builder.
- Host: GitHub
- URL: https://github.com/chathushi-r/book-store-gui
- Owner: chathushi-r
- License: mit
- Created: 2024-03-20T13:44:52.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-10T13:19:37.000Z (6 months ago)
- Last Synced: 2024-05-11T08:42:27.331Z (6 months ago)
- Topics: derby-database, java, java-swing-gui, jframe, jpanel
- Language: Java
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Book Store Project**
This repository contains the source codes for a desktop application of a book store, implemented in Java.
This application is connected to a Derby database that consists of tables that store records including book details, order details and user details.
The logs folder contains text files that log the different actions performed by the logged in user.**Functionalities:**
- Add/Update/Delete/Search/View books
- Add/Search/Delete orders
- Update order status
- Add/Update/Delete a user
- View current users
- View sales report
- View logs of user actions**Technologies used:**
- Language : Java
- IDE : Apache NetBeans