chore: Initial import of FLEX training material

This commit is contained in:
Alexander Kobjolke 2024-11-07 21:02:53 +01:00
parent c01246d4f7
commit 12235acc42
1020 changed files with 53940 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# flex-training-flexinale
iSAQB Advanced Level FLEX training: This code contains our case study for the "flexinale" example.
This is the main repo containing blueprint and solution.
## Architecture as a monolithic system
This part is in the folder flexinale-monolith
## Architecture as a modulithic system
Part 1 is in the folder flexinale-modulith-1-onion
Part 2 is in the folder flexinale-modulith-1-components
## Architecture as a distributed, service-oriented, event-based system
This part is in the folder flexinale-distributed