We are starting a brand new project using .Net Core Web Api and React to build a marketing tool.
In the past in different projects I was assigned to and the repo was already set up, we had one git repo for the back-end and another git repo for the front-end and each one of them having its own CI pipeline.
Now, for the new one, the requirement is to have both back-end and front-end in the same repo but different folder. So, just wondering if we can still have two CI pipelines with this structure. If so, could you share any documentation/ link how to achieve that?