https://github.com/silenterc/e-shop
A straightforward E-Shop App written in Java using Spring and Vaadin. It follows a 3-layer architecture.
https://github.com/silenterc/e-shop
3-layer-architecture java oop rest-api spring spring-boot vaadin
Last synced: 2 months ago
JSON representation
A straightforward E-Shop App written in Java using Spring and Vaadin. It follows a 3-layer architecture.
- Host: GitHub
- URL: https://github.com/silenterc/e-shop
- Owner: Silenterc
- Created: 2024-12-17T12:59:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T13:02:51.000Z (over 1 year ago)
- Last Synced: 2025-04-05T12:09:49.775Z (about 1 year ago)
- Topics: 3-layer-architecture, java, oop, rest-api, spring, spring-boot, vaadin
- Language: JavaScript
- Homepage:
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple E-Shop Project
This project is a straightforward e-shop application where customers can add funds to their account and use them to purchase various products.
## Key features
- **Back-end:** Developed in Java using the Spring Framework . The application follows a three-layer architecture and exposes a RESTful API for interacting with the system.
- **Database:** Data is stored in a PostgreSQL database running in a Docker container.
- **Testing:** Includes unit and integration tests.
- **Front-end:** Built in Java using the Vaadin Framework.