fegd
How are those possibly microservices when they live in the same repository, sharing dependencies and data? The core trait of microservices is to be independently deployable, maintainable and scalable, which doesn’t become the case just because those modules are listening on different ports.