addd FAST API guide
parent
1384c83864
commit
c49874c572
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue