darenc9 / FitFuture

https://fit-future.vercel.app
0 stars 0 forks source link

Create the /Exercise Route #16

Closed andrew-sequeira closed 3 months ago

andrew-sequeira commented 4 months ago

User Story As a user, I want to be able to retrieve a list of exercises from the backend API so that I can see the available exercises for my workout routine, and query for exercises.

Description The Exercise Route involves designing and implementing the API route to provide access to a collection of exercises. This includes defining the endpoint structure and implementing the logic to retrieve a list of exercises with additional parameters for retrieving specific exercises or filtering based on type

Acceptance Criteria

Testing

darenc9 commented 4 months ago

This route is tested by the following UIs and issues: Create Exercise Details Page Create Exercise Selector Page