HackYourFuture-CPH / fp-class19

MIT License
3 stars 1 forks source link

Backend: endpoint for user's favorites #209

Closed shabnam-ght closed 2 years ago

shabnam-ght commented 2 years ago

User story

Who: As a developer What: I want to make the endpoint /userfavorite . Why: so that I can get only the necessary details of the product that user wants .

Acceptance criteria

Making endpoint for user's favorites list so we just get the most important details of the products instead of getting all the details from database so I increase the network traffic and save more memory.