Open dericksozo opened 1 year ago
CC @GreenMachine01
@dericksozo it is possible for the user to store each service in its own separate repo. there is no constraint on setting up the repo to be used for each service.
the difference between mono repo and poly repo is the following. mono repo will put the code in a dedicated folder that you can choose in the screenshot the name of my service is 'aaa'
poly repo will put the code for the service at the root of the repo
This one is taken care of in #334.
If I'm understanding correctly, the Monorepo approach puts your code in the root of the repository. The polyrepo approach puts your code into multiple folders.
Is it possible to have code put into multiple git repositories? Does this FAQ need to be updated?