addd FAST API guide

uebung_entities
Felix Jan Michael Mucha 2024-12-03 22:44:44 +01:00
parent 1384c83864
commit c49874c572
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ Clean Architecture - Architekturstil am praktischen Beispiel z.B. in Python.
run python script as a module e.g.: python -m framework_driver.db.db_cart
## Fast API:
- 0: open Terminal
- 1: navigate to src: cd .\src\
- 2: run main app: uvicorn main:app --reload
- 3 go to url: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)
- 4: close with: strg + c
## Layers
- entities