Sagarpatil2003 / First-Project-Management

This repository learning Project Management
0 stars 0 forks source link

Implement Wishlist Functionality #2

Open Sagarpatil2003 opened 1 week ago

Sagarpatil2003 commented 1 week ago

Add a new feature that allows users to create a personal wishlist by saving their favorite products. This will involve:

  1. Creating a new Wishlist model.
  2. Adding an API endpoint to add/remove products from the wishlist.
  3. Displaying the wishlist on the frontend under the user profile section.