sebnilsson / RestApiTestingGuide

REST API Testing Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To get started with the code in this repository, you need to:

- Go to https://dot.net/download and download .NET 5.0 or later
- Clone or download the code in this repository
- Navigate your command-prompt to the folder `src/RestApiTestingGuide.WebApiApp` in the repository
- Run `dotnet run`

The web application running the REST API will now be available on:
```
https://localhost:5001
```

You can see the available enpoints in the API here:
```
https://localhost:5001/swagger
```

About

REST API Testing Guide

License:MIT License


Languages

Language:C# 100.0%