All Projects → rafaelfgx → GatewayService

rafaelfgx / GatewayService

Licence: MIT license
GatewayService (Ocelot).

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to GatewayService

Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (+11926.32%)
Mutual labels:  aspnetcore, dotnetcore, dot-net, aspnet-core
ChatService
ChatService (SignalR).
Stars: ✭ 26 (+36.84%)
Mutual labels:  aspnetcore, dotnetcore, dot-net, aspnet-core
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+357.89%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core
Tree Gateway
This is a full featured and free API Gateway
Stars: ✭ 160 (+742.11%)
Mutual labels:  api-gateway, gateway, apigateway
Huxley2
A cross-platform JSON proxy for the GB railway Live Departure Boards SOAP API
Stars: ✭ 22 (+15.79%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core
Apioak
Full Lifecycle Management API Gateway.
Stars: ✭ 335 (+1663.16%)
Mutual labels:  api-gateway, gateway, apigateway
Identity.dapper
Identity package that uses Dapper instead EntityFramework for use with .NET Core
Stars: ✭ 234 (+1131.58%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core
AspNetCoreAzureSearch
ASP.NET Core with Azure Cognitive Search
Stars: ✭ 12 (-36.84%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (+342.11%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+4452.63%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (+426.32%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (+668.42%)
Mutual labels:  aspnetcore, dotnetcore, dot-net
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+721.05%)
Mutual labels:  aspnetcore, aspnet-core
Aspnet Core 3 Registration Login Api
ASP.NET Core 3.1 API for User Management, Authentication and Registration
Stars: ✭ 173 (+810.53%)
Mutual labels:  aspnetcore, dotnetcore
Parbad
A free, open-source, integrated and extensible library which connects your web applications to online payment gateways. Gateways can be added or developed by you.
Stars: ✭ 194 (+921.05%)
Mutual labels:  aspnetcore, gateway
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+1094.74%)
Mutual labels:  aspnetcore, aspnet-core
Aspnetcoreangularsignalrsecurity
Security with ASP.NET Core, SignalR and Angular
Stars: ✭ 171 (+800%)
Mutual labels:  aspnetcore, aspnet-core
Run Aspnetcore Realworld
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 208 (+994.74%)
Mutual labels:  aspnetcore, aspnet-core
AspNetCoreIdentityEncryption
How to do manual encryption for ASP.NET Core Identity 2.1. Not that you should be doing it.
Stars: ✭ 51 (+168.42%)
Mutual labels:  aspnetcore, aspnet-core
Aspnetcore.proxy
ASP.NET Core Proxies made easy.
Stars: ✭ 234 (+1131.58%)
Mutual labels:  aspnetcore, api-gateway

GatewayService

Ocelot

Run

Command Line

Prerequisites

Steps

  1. Open directory source\GatewayService in command line and execute dotnet run.
  2. Open https://localhost:5000.
Visual Studio Code

Prerequisites

Steps

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

Prerequisites

Steps

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

Microservices

Users

https://jsonplaceholder.typicode.com/users

https://jsonplaceholder.typicode.com/users/1

Todos

https://jsonplaceholder.typicode.com/todos

https://jsonplaceholder.typicode.com/todos/1

GatewayService

https://localhost:5000/users

https://localhost:5000/users/1

https://localhost:5000/todos

https://localhost:5000/todos/1

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].