lyhourlay1 / Bamazon

0 stars 0 forks source link

5) Backend Routes #5

Closed cdellacqua123 closed 2 years ago

cdellacqua123 commented 2 years ago
cdellacqua123 commented 2 years ago

Overall, great work! Format is great & the routes you currently have a perfect. I think you just need to add routes for reviews & transactions and you'll be done!

cdellacqua123 commented 2 years ago

I see quantity under products is for the amount of a product a user has in their cart. I think this info would be better in the orders table. What you have will technically work for a single user, but if multiple people are online trying to order a product quantity of said product will change as people are adding the item to their cart