amplication / docs

Amplication docs
https://docs.amplication.com
Apache License 2.0
16 stars 62 forks source link

Update: FAQ `Will all my services be stored in the same or different repositories?` needs new information. #332

Open dericksozo opened 1 year ago

dericksozo commented 1 year ago

Image

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?

dericksozo commented 1 year ago

CC @GreenMachine01

GreenMachine01 commented 1 year ago

@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 image 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 image

dericksozo commented 1 year ago

This one is taken care of in #334.