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

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.

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.