-
Notifications
You must be signed in to change notification settings - Fork 1
Architecture Modelling
Yichen Wu edited this page Mar 23, 2021
·
7 revisions
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.