diff --git a/README.md b/README.md index fe9b642..880fb67 100644 --- a/README.md +++ b/README.md @@ -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