-
Notifications
You must be signed in to change notification settings - Fork 0
architecture
Stefan edited this page Jun 29, 2025
·
1 revision
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.
