bkarimii / Coursework-Planner

Your coursework planner
1 stars 0 forks source link

Sorting the video recommendations #302

Open bkarimii opened 2 months ago

bkarimii commented 2 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