How Many Repositories Do You Need for a Microservices Project?

Finding a trade-off between multi- and mono-repository.

Sasha Marfut
Level Up Coding
Published in
7 min readAug 28, 2021

--

Photo by Markus Winkler on Unsplash

The rules for choosing the number of repositories for a monolithic project are usually very simple — put the entire codebase in one repository, and that’s it.

However, as the project grows, developers may decide to split the monolithic…

--

--