-
- Downloads
First commit for product microservice. It consists of 3 pages and 4 functions:...
First commit for product microservice. It consists of 3 pages and 4 functions: The firt function displays products by category on the home page. The second function displays a product on another page after it has been clicked on. It displays the product name, price, image, description and reviews and the product id is sent through a get request. The third function communicates with the user microservice to get a users username when they want to add a product. And the fourth function inserts the product reviews and username gotten from the user microservice into the product reviews table
Showing
- Product_MicroService_Group3/app.yaml 2 additions, 0 deletionsProduct_MicroService_Group3/app.yaml
- Product_MicroService_Group3/app/__init__.py 10 additions, 0 deletionsProduct_MicroService_Group3/app/__init__.py
- Product_MicroService_Group3/app/__pycache__/config.cpython-311.pyc 0 additions, 0 deletions...icroService_Group3/app/__pycache__/config.cpython-311.pyc
- Product_MicroService_Group3/app/config.py 7 additions, 0 deletionsProduct_MicroService_Group3/app/config.py
- Product_MicroService_Group3/app/controllers/__init__.py 3 additions, 0 deletionsProduct_MicroService_Group3/app/controllers/__init__.py
- Product_MicroService_Group3/app/controllers/__pycache__/__init__.cpython-311.pyc 0 additions, 0 deletions...oup3/app/controllers/__pycache__/__init__.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/addReviewController.cpython-311.pyc 0 additions, 0 deletions...ntrollers/__pycache__/addReviewController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/changePasswordController.cpython-311.pyc 0 additions, 0 deletions...lers/__pycache__/changePasswordController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/deleteProfileController.cpython-311.pyc 0 additions, 0 deletions...llers/__pycache__/deleteProfileController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/getProductController.cpython-311.pyc 0 additions, 0 deletions...trollers/__pycache__/getProductController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/login.cpython-311.pyc 0 additions, 0 deletions..._Group3/app/controllers/__pycache__/login.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/loginController.cpython-311.pyc 0 additions, 0 deletions...p/controllers/__pycache__/loginController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/logoutController.cpython-311.pyc 0 additions, 0 deletions.../controllers/__pycache__/logoutController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/productHomeController.cpython-311.pyc 0 additions, 0 deletions...rollers/__pycache__/productHomeController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/signupController.cpython-311.pyc 0 additions, 0 deletions.../controllers/__pycache__/signupController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/updateProfileController.cpython-311.pyc 0 additions, 0 deletions...llers/__pycache__/updateProfileController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/addReviewController.py 98 additions, 0 deletions...icroService_Group3/app/controllers/addReviewController.py
- Product_MicroService_Group3/app/controllers/getProductController.py 30 additions, 0 deletions...croService_Group3/app/controllers/getProductController.py
- Product_MicroService_Group3/app/controllers/productHomeController.py 30 additions, 0 deletions...roService_Group3/app/controllers/productHomeController.py
- Product_MicroService_Group3/app/index.py 50 additions, 0 deletionsProduct_MicroService_Group3/app/index.py
Loading
Please register or sign in to comment