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
- Host: GitHub
- URL: https://github.com/tooniez/dotnet-wiremock
- Owner: tooniez
- License: mit
- Created: 2024-03-25T14:00:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T11:26:56.000Z (over 1 year ago)
- Last Synced: 2025-01-24T01:08:02.549Z (9 months ago)
- Topics: csharp, dotnet, mock, mock-server, wiremock
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
- Governance: .github/GOVERNANCE.md
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.