Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.11 KB

Getsy Reviews

Related Projects

Table of Contents

  1. CRUD Operations
  2. Data
  3. Setup

CRUD Operations

Endpoint Type Operation
/reviewsItem/:id GET Get all reviews for product by id
/reviewsShop/:id GET Get all reviews for shop by id

Data

Schema

Column Name Type
id INTEGER
productOrShopId INTEGER
userName STRING
userPhoto STRING
reviewDate STRING
style STRING
review STRING
reviewPic STRING
reviewRating INTEGER
purchasedItemDescription STRING

Setup