I'm working on a small client-server .NET Core project. It's got three parts:
- The Client (Console App)
- The Server-side Program (ASP.NET Core Web Api project)
- Class Libraries used by both client and server (.NET Core Class Library)
I'm new to git and Github. Locally, I've put the solution folders into another folder, but GitHub doesn't offer folders. I'm looking for some way to group these three solutions on Github. I don't want my projects ordered randomly or alphabetically. If I create another class library for another project, I might mix them up with this project.
I've tried Organizations, but it doesn't seem to be the right feature. How do I group together related solutions under one umbrella on Github?