issues
search
jocafernanro
/
wishlist-backend-app
0
stars
0
forks
source link
Implement Product Addition
#11
Open
jocafernanro
opened
1 year ago
jocafernanro
commented
1 year ago
Create an API endpoint to add a new product to the wishlist.
AC1. The endpoint accepts a POST request with a new product's details and the WishlistID it belongs to.
AC2. The endpoint correctly stores the new product in the database
AC3. The endpoint returns a success message and the new product's ID.
Create an API endpoint to add a new product to the wishlist.