Skip to content

Architecture Modelling

Yichen Wu edited this page Mar 23, 2021 · 7 revisions

Layered Architecture in Backend of the RepairShop project

Design Decision

The backend of the RepairShop is divided into two layers, REST Controller and Business service respectively, where the REST Controller handles and responds to the REST API calls from the web front end and the Business Service interacts with all Business Entities stored in the Persistence layer.

Block Diagram

Description of the Key Functional Components