An open API service indexing awesome lists of open source software.

https://github.com/joaosouzaaa/healthchecks

HealthChecks in .NET
https://github.com/joaosouzaaa/healthchecks

architecture design-patterns dotnet health-check solid

Last synced: 3 months ago
JSON representation

HealthChecks in .NET

Awesome Lists containing this project

README

        

# HealthChecks

The goal of this project is to show the implementation of healthchecks in c#. The following external services have their health validated:
- MongoDB
- RabbitMQ
- PostgreSQL

# Technologies used
- .NET 8
- C#
- EntityFrameworkCore
- PostgreSQL
- MongoDB
- RabbitMQ
- xUnit
- Moq
- Docker