IWS_WS24_clean_architecture/README.md

15 lines
355 B
Markdown
Raw Permalink Normal View History

2024-11-08 09:24:02 +01:00
# IWS_clean_architecture
2024-11-21 22:19:49 +01:00
** Master MDS HSMA **
Clean Architecture - Architekturstil am praktischen Beispiel z.B. in Python.
2025-02-02 23:58:05 +01:00
Check README in layer for task description
2024-11-21 22:19:49 +01:00
2025-02-02 23:58:05 +01:00
## API:
2024-12-03 22:44:44 +01:00
- 0: open Terminal
- 1: navigate to src: cd .\src\
2025-02-02 23:58:05 +01:00
- 2: run python main.py
2024-12-03 22:44:44 +01:00
- 3 go to url: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)
- 4: close with: strg + c
2024-11-21 22:19:49 +01:00