A simple ASP Net core product web API to get more familiar with .NET Core 3 and EF Core based on Create a web API with ASP.NET Core
NSwag was implemented based on Get started with NSwag and ASP.NET Core also see ASP.NET Core web API help pages with Swagger / OpenAPI
You can view the Swagger UI by navigating to https://localhost:<port>/swagger
A Swagger client was generated using NSwagStudio in ProductClient.
This API runs inside of a docker container, for more info see Dockerize an ASP.NET Core application
Identity Server 4 has been configured see Identity Server Overview. Provider server can be found in or you can use the Demo Server