diff --git a/Ports/TheReviewRoom-FastAPI b/Ports/TheReviewRoom-FastAPI index fb16feb..602a23c 160000 --- a/Ports/TheReviewRoom-FastAPI +++ b/Ports/TheReviewRoom-FastAPI @@ -1 +1 @@ -Subproject commit fb16febdd0927995c9946ad1e22c76d8154d17fa +Subproject commit 602a23cb745803741b75ced2e357dc911cb6385e diff --git a/Ports/TheReviewRoom-Go b/Ports/TheReviewRoom-Go index c06e78f..bae3aee 160000 --- a/Ports/TheReviewRoom-Go +++ b/Ports/TheReviewRoom-Go @@ -1 +1 @@ -Subproject commit c06e78f1e0bcfc140b54e4f25038fd6fb15133a5 +Subproject commit bae3aeeaf148a1dfcbb0188200df0c22906b6842 diff --git a/README.md b/README.md index 27656f3..8e50526 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ Retailers can manage all customer reviews in a single, user-friendly platform, a By leveraging customer reviews, retailers gain valuable insights into product performance, identify trends, and make informed decisions regarding product selection, improvement, and marketing strategies. Project Structure -## The Review Room project utilizes a Spring Boot framework with clear separation of concerns: +## The Review Room project utilizes a Spring Boot framework with clear separation of concerns: -Customer Controller: Manages CRUD operations for customer data. It also handles the creation of new reviews associated with a specific customer. -Product Controller: Manages CRUD operations for product data. -Review Controller: Manages CRUD operations for review data, including filtering reviews by specific criteria (ratings, customer ID, product ID). +Customer Controller: Manages CRUD operations for customer data. It also handles the creation of new reviews associated with a specific customer. +Product Controller: Manages CRUD operations for product data. +Review Controller: Manages CRUD operations for review data, including filtering reviews by specific criteria (ratings, customer ID, product ID). ## Test Coverage -This project prioritizes code quality and maintainability. We've included unit tests for the core functionalities of the application, covering all important aspects of the code. These tests ensure the code behaves as expected and helps prevent regressions during development. +This project prioritizes code quality and maintainability. We've included unit tests for the core functionalities of the application, covering all important aspects of the code. These tests ensure the code behaves as expected and helps prevent regressions during development. ## Front End -A basic front end to highlight an MVP of our project can be found at: https://github.com/kiblykat/ReviewRoom-frontend +A basic front end to highlight an MVP of our project can be found [here](https://github.com/kiblykat/ReviewRoom-frontend).