As organizations grows number of projects grows. Different project serves different purpose. some are BFF to API, some we use for configuring rules, some are normal documentations and others. All projects are being developed, maintained by the team and being used/tested by others. Sometime we need one project to test another project like you need APIs setup to test its web layer or another web project to test another we project or its integration.
In all that complexity, a single developer or mess has to open lots of Visual Studio instances, get latest of each project and then run it via plug button. And as you know keep opening lot of visual studios eats away all the memory, slows down your work and confuse a developer which instance he was working on.
After facing all of this I feel there should be an lightweight small UI to run all other project that we are not working on, we run it just to run other projects. A runner for api or web solution etc.
Lets call it app runner which runs processes just like XAMPP has which runs mysql, apache and other things from single UI, see its logs and all these kind of things.
How awesome would that be. No?
So lets create it :D