Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)