Skip to content

Commit

Permalink
Merge pull request #37 from nhkhai/main
Browse files Browse the repository at this point in the history
Updated readme.
  • Loading branch information
nhkhai authored May 1, 2024
2 parents 2fb050e + ea332e5 commit 0f1f1f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Ports/TheReviewRoom-FastAPI
2 changes: 1 addition & 1 deletion Ports/TheReviewRoom-Go
Submodule TheReviewRoom-Go updated 1 files
+30 −1 README.md
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 0f1f1f2

Please sign in to comment.