Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 729 Bytes

File metadata and controls

14 lines (9 loc) · 729 Bytes

Swagger Example

This is an example project for the code and tips explained in this blog post.

Running the Example

The solution is build with Visual Studio 2017 tooling and the new dotnet core csproj project system.

Start both, the website and the data service either via Visual Studio or commandline dotnet run...

The website is running on port 5000 while the service is running on port 5200.