-
Notifications
You must be signed in to change notification settings - Fork 11
Wishlist API Endpoints #20
Copy link
Copy link
Closed
Labels
backendIssues related to backendIssues related to backendhacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025priority: highNeeds attention ASAPNeeds attention ASAP
Milestone
Metadata
Metadata
Assignees
Labels
backendIssues related to backendIssues related to backendhacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025priority: highNeeds attention ASAPNeeds attention ASAP
Type
Projects
Status
Done
Description: Implement backend support for user wishlist.
Requirements:
POST /api/wishlist→ add product ID to user’s wishlistDELETE /api/wishlist/:productId→ remove product from wishlistGET /api/wishlist→ return all products in user’s wishlistauthenticated user (JWT required)Acceptance Criteria:
Note: