update README

uebung_entities
michael 2025-02-02 23:58:05 +01:00
parent c39bea9543
commit 1a4656d451
1 changed files with 3 additions and 29 deletions

View File

@ -3,38 +3,12 @@
** Master MDS HSMA **
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
Check README in layer for task description
## TODOS:
- db_controller not in framerwork_driver ?
- add cart_controller product name not only product id
- add product_controller
- connect product with ui
- add feature: add product to cart
- merge to main branch
- delete old branches
- add comments
- extend readme
- should the api be in ui_controllers ?
- if finished: split into exercise (layer) branches
- add exercises in new branch: user registration
- exercise for after workshop?
- maybe: (other features: delete from cart, change quantity in cart, delete user acc, change user name, pw, mail, ...)
- maybe: make change user id in cart_controller possible? (default is 1)
## Fast API:
## API:
- 0: open Terminal
- 1: navigate to src: cd .\src\
- 2: run main app: uvicorn main:app --reload
- 2: run python main.py
- 3 go to url: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)
- 4: close with: strg + c