Integration in Assurance App

In this lesson, we'll discuss the details of how the application we saw in the last chapter was integrated.

Why monolithic backend? #

This application uses a monolithic backend and frontend microservices because the microservices lack logic and they are not self-contained systems.

However, this architecture can still make sense. The frontend, at least, consists of microservices, and so independent development of the microservices is possible.

Also, it is possible to use different technologies in each frontend ...