Skip to content

rodolfongomes/APIGatewayExample

Repository files navigation

APIGatewayExample

Api Gateway with Ocelot

How to use:

  • You will need the latest Visual Studio 2019 and the latest .NET Core SDK.
  • Please check if you have installed the same runtime version (SDK) described in global.json
  • The latest SDK and tools can be downloaded from https://dot.net/core.

To know more about how to setup your enviroment visit the Microsoft .NET Download Guide

Technologies implemented:

  • ASP.NET Core 3.1 (with .NET 3.1)
  • ASP.NET WebApi Core
  • .NET Core Native DI
  • NancyFx
  • Docker
  • Ocelot
  • Swagger

Disclaimer:

  • NOT intended to be a definitive solution