Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sclafus/ecommerce-gui
Client App for Wine Ecommerce, built with javaFX
https://github.com/sclafus/ecommerce-gui
client client-server diagram fxml gui java javafx scenebuilder uml
Last synced: 1 day ago
JSON representation
Client App for Wine Ecommerce, built with javaFX
- Host: GitHub
- URL: https://github.com/sclafus/ecommerce-gui
- Owner: Sclafus
- Created: 2020-11-25T10:29:45.000Z (about 4 years ago)
- Default Branch: senpai
- Last Pushed: 2020-12-21T17:55:35.000Z (about 4 years ago)
- Last Synced: 2024-11-25T10:17:22.653Z (2 months ago)
- Topics: client, client-server, diagram, fxml, gui, java, javafx, scenebuilder, uml
- Language: Java
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: authors.txt
Awesome Lists containing this project
README
## Third assignment for my Software Engineering course.
[![CodeFactor](https://www.codefactor.io/repository/github/sclafus/ecommerce-gui/badge)](https://www.codefactor.io/repository/github/sclafus/ecommerce-gui)
Developed with a [colleague](https://github.com/marticaffa).
This is a GUI app based on [Wine Ecommerce](https://github.com/Sclafus/Wine-Ecommerce).
It's using:
- [JavaFX 11](https://openjfx.io/)
- FXML files (with [Scene Builder](https://gluonhq.com/products/scene-builder/))
- Client-Server architecture (with JDBC)This program is the Client of the architecture (clearly).
The Server application is available [here](https://github.com/Sclafus/Ecommerce-Server).
All the icons used in this project are taken from [icons8.com](https://www.icons8.com)
### UML Class Diagram
![UML Class Diagram](UML/ClassDiagram.svg)