diff --git a/.gitignore b/.gitignore index e928de1..f9b1113 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -*$py.class \ No newline at end of file +*$py.class +/env \ No newline at end of file diff --git a/HelloWorld.db b/HelloWorld.db new file mode 100644 index 0000000..6903412 Binary files /dev/null and b/HelloWorld.db differ diff --git a/README.md b/README.md index 5bdcb75..48e2f1c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # IWS_clean_architecture -** Master MDS HSMA ** -Clean Architecture - Architekturstil am praktischen Beispiel z.B. in Python. \ No newline at end of file +** Master MDS HSMA ** +Clean Architecture - Architekturstil am praktischen Beispiel z.B. in Python. + +## Setup Test +1. falls python noch nicht installiert, installieren +2. ```pip install -r requirements.txt``` +3. ```python main.py``` und Terminal offen lassen +4. index.html mit Browser öffnen +5. Wenn alles geklappt hat sollte die index.html Hello World anzeigen \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..a99ef05 --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + +
+ + +