Microservices: How to store source code of many microservices?
Unless those micro-services are tightly coupled (meaning it wouldn’t make sense to download only some of them, and you would only work with all of them), keeping them each in a separate Git repo is recommended. But you can still reference them as submodule in a parent repo in order to keep track of their … Read more