https://github.com/sclafus/ecommerce-server
Server App for Wine Ecommerce, using mysql and JDBC
https://github.com/sclafus/ecommerce-server
client-server ecommerce-application java jdbc mysql mysql-database server sql uml uml-usecase-diagram
Last synced: about 2 months ago
JSON representation
Server App for Wine Ecommerce, using mysql and JDBC
- Host: GitHub
- URL: https://github.com/sclafus/ecommerce-server
- Owner: Sclafus
- Created: 2020-11-25T12:01:10.000Z (over 5 years ago)
- Default Branch: senpai
- Last Pushed: 2020-12-15T14:47:26.000Z (over 5 years ago)
- Last Synced: 2025-03-20T05:48:03.769Z (over 1 year ago)
- Topics: client-server, ecommerce-application, java, jdbc, mysql, mysql-database, server, sql, uml, uml-usecase-diagram
- Language: Java
- Homepage:
- Size: 1.07 MB
- Stars: 0
- 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.
[](https://www.codefactor.io/repository/github/sclafus/ecommerce-server)
Developed with a [colleague](https://github.com/marticaffa).
This is a server app based on [Wine Ecommerce](https://github.com/Sclafus/Wine-Ecommerce).
It's using:
- Client-Server architecture (with JDBC)
- SQL Database (MySQL)
This program is the server of the architecture (clearly).
The Client application is available [here](https://github.com/Sclafus/Ecommerce-GUI).
The DB structure is pretty simple. It has some flaws, but this is not meant to be used in production, so... 🤷♂️
### Database Structure

### UML Class Diagram

### UML Usecase Diagram

### UML Deployment Diagram
