- https://github.com/Go-TimPasta/tim-related
- https://github.com/Go-TimPasta/SellerDescription
- https://github.com/Go-TimPasta/jason-nav
- https://github.com/Go-TimPasta/nick-proxy
| Endpoint | Type | Operation |
|---|---|---|
/reviewsItem/:id |
GET | Get all reviews for product by id |
/reviewsShop/:id |
GET | Get all reviews for shop by id |
| Column Name | Type |
|---|---|
| id | INTEGER |
| productOrShopId | INTEGER |
| userName | STRING |
| userPhoto | STRING |
| reviewDate | STRING |
| style | STRING |
| review | STRING |
| reviewPic | STRING |
| reviewRating | INTEGER |
| purchasedItemDescription | STRING |