DEV Community

Cover image for ASP.NET Core API Gateway with Ocelot Part 1(Routing)
Dot Net Tips
Dot Net Tips

Posted on

ASP.NET Core API Gateway with Ocelot Part 1(Routing)

In this tutorial, we dive into setting up an API Gateway using Ocelot in an ASP.NET Core project. We cover everything you need to know about configuring Ocelot for routing, from creating and setting up your projects to testing the entire setup using Postman.

Top comments (0)