Get an url of all the products
Returns a temporary url of the product
URL
Populates file in store with the database entries
Done if all OK
Get rating of a user
Query params:
- user: USER ID (STRING)
- product: PRODUCT ID (STRING)
THE RATING (INT)
Rate a product, updates DB
Query params:
- user: USER ID (STRING)
- product: PRODUCT ID (STRING)
- rating: RATING (INT)
Ok/Error
- 200: Ok
- 201: No product with ID
- 500: Server error
product_id (String)
user_id (String)
rating (Integer)
product_id (String)
avgRating (Float)
numRatings (Integer)