This project uses WireMock.Net, a flexible library for stubbing and mocking web HTTP responses using .NET and .NET Core.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- .NET Core 3.1 or later
- Clone this repo
git clone https://github.com/tooniez/dotnet-wiremock.git
- Navigate to the project directory
cd dotnet-wiremock
- Restore the packages
dotnet restore
- Build repository
dotnet build
- Run WireMock server
dotnet run