1
votes

Im currently starting to develop a new project for my masters final thesis which will be a monolith to microservice kinda project ( very briefly ).

Since my team already has a defined architecture for all the backend applications ( they are currently monoliths ), is there a way I can "quickly" create a generator with the already defined architecture for the new microservices?

In can this cannot be possible, Im thinking on just creating a blank base project that woud be the starting point for any microservice in the team.