Development over the time

Shows how CI/CD + architecture looked like in the past.

arch/evolution.jpg

CI/CD Pipeline

Shows current deployment pipeline, from local changes to building a container on server.

arch/azure.jpg

App's Class Diagramm

Created using https://django-extensions.readthedocs.io/en/latest/graph_models.html.

During container runtime, command below is executed "manually":

python3 manage.py graph_models -a -g -o output/class_diagram.png

In order to extract diagram which has been created in the output folder, use:

docker cp $(docker images --filter=reference="djwohn:latest" -q):/wohn/output ~/

Look for ~/output folder

arch/class_diagram.png

App's High Level Architecture

arch/HighLevelArch.jpg