I have built an application that uses Spring Boot as back end and Angular as front end using APIs.
Spring Boot contains:
Dao
Controller
Entity
Service
and some classes.
After research I see that the design pattern for this structure is MVC (model view controller). But in this case view is in Angular.
What is the design pattern to use in this case, when we have back end and front end and relation between is using APIs?
Aucun commentaire:
Enregistrer un commentaire