Skip to content

cluedtke/ocelot-api-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocelot-api-gateway

Adapted from: https://www.pogsdotnet.com/2018/08/building-simple-api-gateways-with.html

Demonstrates routing http requests using Ocelot.

Testiing Routing

  1. Run each project:

    dotnet run --project Authentication
    dotnet run --project Catalog
    dotnet run --project Gateway
    dotnet run --project Ledger
    
  2. Test each API gateway route defined in ocelot.json:

  3. Test aggregate API route:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages