RbAvci / Full-Stack-Project-Assessment

*WatchNext* - Video Recommendation App
https://watch-next-cyf.netlify.app/
ISC License
1 stars 2 forks source link

Sorting the video recommendations #40

Open RbAvci opened 5 months ago

RbAvci commented 5 months ago

From Full-Stack-Project-Assessment created by Dedekind561: CodeYourFuture/Full-Stack-Project-Assessment#486

Description

When you return all of the videos from the /api/videos endpoint your API should support an optional query parameter that will change the ordering of the data

/?order=asc

and

/?order=desc

Acceptance criteria

Example

Please check https://lvl499c--cyf-fsa-solution.netlify.app for an example solution of this level