odenizddd / e-commerce-app

0 stars 0 forks source link

Implememt database function and endpoint for updating the quantity of items in a user's shopping cart. #7

Closed odenizddd closed 2 months ago

odenizddd commented 2 months ago

If user doesn't already have that item in the shopping cart, it should be created. If it already exists, it should be updated. If the quantity is a non-positive integer, than the item is removed from the shopping cart.

odenizddd commented 2 months ago

Done.