Update Readme.md: add architecture docs.

This commit is contained in:
Denis-Cosmin Nutiu 2021-07-15 22:54:12 +03:00
parent 9d6b36d9ee
commit 2fc1c6cbf5
3 changed files with 7 additions and 1 deletions

View file

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB