The objective of this project was to implement Ocelot Gateway
If you liked the project or if project helped you, please give a star ;)
- You will need the Visual Studio Code and the .NET Core 3.1.
- 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.
Also you can run the Project in Visual Studio Code (Windows, Linux or MacOS).
To know more about how to setup your enviroment visit the Microsoft .NET Download Guide
- Enter the [PrimeiraApi] directory and run the [dotnet run] command;
- Enter the [SegundaApi] directory and run the [dotnet run] command;
- Enter the [Gateway] directory and run the [dotnet run] command;
- Check that the url and ports are the same as configured in the Gateway\configuration.json file;
- Browse to the Gateway swagger url;
- .NET Core 3.1
- Ocelot
- Swagger
- Swagger For Ocelot