** Master MDS HSMA ** Clean Architecture - Architekturstil am praktischen Beispiel z.B. in Python.
 
 
Go to file
Felix Jan Michael Mucha d1f0ff3375 updated readme 2025-01-27 14:31:41 +01:00
.gitignore add Setup Test 2025-01-26 13:24:46 +01:00
HelloWorld.db add Setup Test 2025-01-26 13:24:46 +01:00
LICENSE Initial commit 2024-11-08 09:24:02 +01:00
README.md updated readme 2025-01-27 14:31:41 +01:00
index.html add Setup Test 2025-01-26 13:24:46 +01:00
main.py add Setup Test 2025-01-26 13:24:46 +01:00
requirements.txt add Setup Test 2025-01-26 13:24:46 +01:00

README.md

IWS_clean_architecture

** Master MDS HSMA ** Clean Architecture - Architekturstil am praktischen Beispiel z.B. in Python.

Setup Test

  1. falls python noch nicht installiert, installieren
  2. navigiere zum repo cd IWS_WS24_clean_architecture
  3. pip install -r requirements.txt
  4. python main.py ausführen und Terminal offen lassen
  5. index.html mit Browser öffnen
  6. Wenn alles geklappt hat sollte die index.html Hello World anzeigen
  7. mit STRG + C kann das script im Terminal gestoppt werden