Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nhkhai committed May 1, 2024
2 parents 9319c89 + 3ea1fd8 commit ea332e5
Showing 1 changed file with 6 additions and 6 deletions.
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 ea332e5

Please sign in to comment.