Click here to Skip to main content
15,889,266 members
Articles / Web Development / ASP.NET / ASP.NET Core

Microservices using ASP.NET Core, Ocelot, MongoDB and JWT

29 Jun 2020MIT 37.5K   1.2K   60   10
Microservices sample architecture using ASP.NET Core, Ocelot, MongoDB and JWT.
This article shows a working sample of microservices architecture using ASP.NET Core, Ocelot, MongoDB and JWT. This article covers how to create microservices using ASP.NET Core, how to create API gateways using Ocelot, how to create repositories using MongoDB, how to handle JWT in microservices, how to unit test microservices using xUnit and Moq, how to monitor microservices using health checks, and finally how to deploy microservices using Docker containers on Linux distributions.
We're sorry, but the article you are trying to view was deleted at 4 Feb 2021.

Please go to the ASP.NET Table of Contents to view the list of available articles in this section.