Microservice.md
Why
Except common reasons, spilt the monolithic application into microservices, Using microservices allows engineers to not have access to the entire project’s source code, which could be taken all at once. Instead, they can only access the microservice they are responsible for.