DEV Community

Discussion on: Do you use a monorepo?

Collapse
 
pjeziorowski profile image
Patryk Jeziorowski

Is your backend just one application? Or it's a set of micro apps in one repository?

Collapse
 
jessekphillips profile image
Jesse Phillips

Actually it really is not a mono repo, let me just start over on that one.

Think any plug in platform, like Jenkins. We have the platform, it has its own development team and release.

We then have components which have their own repo. Finally we have the repo which I was talking about. It uses the nuget packages from the components, supplies their configuration and wire up into the platform.

So no not really mono and not really separate applications.