An open API service indexing awesome lists of open source software.

https://github.com/rafaelfgx/gatewayservice

GatewayService (Ocelot).
https://github.com/rafaelfgx/gatewayservice

api api-gateway apigateway apimanagement aspnet-core aspnetcore dot-net dotnet dotnet-core dotnetcore gateway microservices

Last synced: 2 months ago
JSON representation

GatewayService (Ocelot).

Awesome Lists containing this project

README

        

# GatewayService

[Ocelot](https://github.com/ThreeMammals/Ocelot)

## Run

Command Line

#### Prerequisites

* [.NET SDK](https://dotnet.microsoft.com/download)

#### Steps

1. Open directory **source\GatewayService** in command line and execute **dotnet run**.
3. Open .

Visual Studio Code

#### Prerequisites

* [.NET SDK](https://dotnet.microsoft.com/download)
* [Visual Studio Code](https://code.visualstudio.com)
* [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)

#### Steps

1. Open **source** directory in Visual Studio Code.
2. Press **F5**.

Visual Studio

#### Prerequisites

* [Visual Studio](https://visualstudio.microsoft.com)

#### Steps

1. Open **source\GatewayService.sln** in Visual Studio.
2. Set **GatewayService** as startup project.
3. Press **F5**.

## Microservices

### Users

### Todos

## GatewayService