diff --git a/Readme.md b/Readme.md index cdf759c..7ceab63 100644 --- a/Readme.md +++ b/Readme.md @@ -13,5 +13,11 @@ This is a side project and it's still work in progress, therefore the lack of do ## Architecture -TODO +Example deployment architecture which uses [Prometheus](https://prometheus.io/) & [Grafana](https://grafana.com/) for monitoring, [Auth0](https://auth0.com/) as a authorization server +and [Sentry](https://sentry.io/welcome/) for error reporting. +![Example deployment architecture](./docs/deploy_architecture.png) + +The application code is organized using the [Clean Architecture](https://docs.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/common-web-application-architectures#clean-architecture) approach. + +![Example deployment architecture](./docs/app_architecture_layers.png) diff --git a/docs/app_architecture_layers.png b/docs/app_architecture_layers.png new file mode 100644 index 0000000..5da6542 Binary files /dev/null and b/docs/app_architecture_layers.png differ diff --git a/docs/deploy_architecture.png b/docs/deploy_architecture.png new file mode 100644 index 0000000..c251519 Binary files /dev/null and b/docs/deploy_architecture.png differ