fhkahin / Full-Stack-Project-Assessment

https://full-stack-project-group2.netlify.app/
ISC License
1 stars 2 forks source link

Sorting the video recommendations #6

Open fhkahin opened 4 months ago

fhkahin commented 4 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