Toggle API
Frameworks - Packages - Patterns - Features used
- ASP.NET Core
- CQRS
- Repository pattern
- Dependency Injection
- Swagger
- Serilog
- xUnit
- Moq
- Microsoft Code coverage
- Install .NET Core
- Open the solution in Visual Studio 2017
- Build and run the ToggleApi project
- Clone or download the repository
- Open a terminal/cmd
- Open ToggleApi folder in your favorite text editor (preferably VS Code). If you get a message Required assets to build and debug are missing from your project. Add them?, click Yes
- Navigate to ToggleApi and run dotnet restore
- While at ToggleApi run dotnet run