.NET Core 7.0 Web API with service class library and mockservice DI
- WebAPI
- .NET Core Web API
- Core
- Business Logic, services closely linked with API
- Tests
- Unit Tests
- Integration Tests
- Mocking for developing against incomplete services
- Git clone repo
- Open in Visual Studio, Jetbrains Rider etc.
- Run the project
- Your default internet browser should open with Swagger API UI
- Click on the sample GET endpoint
/userContext
- Click
Try it out
on the right - Then click
execute
under the API endpoint