UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
0 stars 0 forks source link

Create the API endpoint for receiving recommendations #57

Closed christianbookout closed 3 months ago

christianbookout commented 4 months ago

Feature Description

The recommender needs to return its results to the frontend. This will be the endpoint which uses our trained recommender model, passes it a user, and receives recommendations curated to the user. If the user doesn't have any information in the recommender, generic recommendations would be made for the user.

Endpoint: GET /api/recommendations

blocked by: #43

Problem You're Trying to Solve

The user needs to be able to see recommendations, thus the frontend needs to show recommendations. You may ask: how does the frontend get the recommendations to show? This issue is the answer.

Acceptance Criteria

Be able to receive recommendations by a GET request through the endpoint.

Related External Resources

Link to the API in the SRS