Skip to content

A basic API Gateway created in .NETCore based on microservices.

Notifications You must be signed in to change notification settings

dianper/eshop-netcore

Repository files navigation

API Gateway

.NET Core

  • Oncelot

Requirements

  • Docker

Available Services

All services available

Auth Service

localhost:8000/swagger

  • JWT Authentication
  • SQL Server

Catalog Service

localhost:8001/swagger

  • MongoDB

Basket Service

localhost:8002/swagger

  • Redis
  • RabbitMQ

Checkout

localhost:8003/swagger

  • RabbitMQ
  • SQL Server

Running

docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d