- May 07, 2024
- May 06, 2024
-
-
Final commit for Advanced Web Project. Added docker and docker compose files for containerisation. Bug were also removed after testing.
-
- May 04, 2024
-
-
- Apr 16, 2024
-
-
- Apr 14, 2024
-
-
-
This folder contains the most recent version of the orders management microservice as of this commit
-
-
Added docker files to the user and product microservices to create docker... See merge request !8
-
Added docker files to the user and product microservices to create docker images. Created docker compose file to pull kafka and zookeeper images from docker. Added the user and product microservices to the docker compose file so they can all be on the same docker network. Modified config files to replace kafka host from localhost.
-
- Apr 06, 2024
-
-
Created a function to publish product code, price, and quantity to the kafka... See merge request !6
-
Created a function to publish product code, price, and quantity to the kafka message broker for the order microservice to receive the message and update the shopping cart table with new quantity or price
-
- Mar 29, 2024
-
-
Update - implemented the event driven architecture using kafka See merge request !5
-
Update - implemented the event driven architecture using kafka for asynchronous communication between the user and product microservice
-
Update - implemented the event driven architecture with kafka event store and streaming service for asynchronous communication between the product and user microservice
-
- Mar 24, 2024
-
-
Chiamaka chude See merge request !4
-
-
-
-
Chiamaka chude See merge request !3
-
-
-
-
-
-
First commit for product microservice. It consists of 3 pages and 4 functions:... See merge request !2
-
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
-
- Mar 21, 2024
-
-
Firt commit for User Microservice See merge request !1
-
-
- Mar 20, 2024
-
-