Project-Stage-Academy / UA1244_beta

1 stars 0 forks source link

API Endpoint to List and Manage Saved Startups [24-3] #41

Open mehalyna opened 3 weeks ago

mehalyna commented 3 weeks ago

Description: Create API endpoints to list all startups an investor has saved and to manage these saved entries (e.g., unfollow a startup).

Technical Steps:

  1. Create an endpoint for listing saved startups (e.g., GET /api/investor/saved-startups).
  2. Implement filtering options to sort or search through saved startups.
  3. Add an endpoint to unfollow a startup (e.g., DELETE /api/startups/{startup_id}/unsave).
  4. Ensure proper authentication and authorization checks are in place.

    Task #24