Skip to content

architecture

Stefan edited this page Jun 29, 2025 · 1 revision

Matfoverflow architecture

The goal when defining the architecture was to split each service in a way that it implements one part of the business logic.

We have distributed microservice architecture with four microservices, three nodejs services on backend and one frontend angular service. Each one of them defines a REST API and each microservice application has its own database.

architecture

Clone this wiki locally