An open API service indexing awesome lists of open source software.

https://github.com/tooniez/dotnet-wiremock

🖲️ Mock server utilising WireMock.Net
https://github.com/tooniez/dotnet-wiremock

csharp dotnet mock mock-server wiremock

Last synced: 7 months ago
JSON representation

🖲️ Mock server utilising WireMock.Net

Awesome Lists containing this project

README

          

# WireMock.Net for .NET

This project uses WireMock.Net, a flexible library for stubbing and mocking web HTTP responses using .NET and .NET Core.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

- .NET Core 3.1 or later

### Installation

1. Clone this repo
```
git clone https://github.com/tooniez/dotnet-wiremock.git
```
2. Navigate to the project directory
```
cd dotnet-wiremock
```
3. Restore the packages
```
dotnet restore
```

### Usage

1. Build repository
```
dotnet build
```
2. Run WireMock server
```
dotnet run
```

### License

Copyright © 2024 [tooniez](https://github.com/tooniez)

This project is [MIT](https://github.com/tooniez/dotnet-wiremock/blob/main/LICENSE) licensed.