The app can be run either from within Visual Studio or from the terminal using
dotnet run --project DebuggingAndRefactoringTask1
If run in development mode (the default in Visual Studio), then SwaggerUI will open allowing you to easily see / call the APIs
The tests can be run either from within Visual Studio using the Test Explorer or from the terminal using
dotnet test