darenc9 / FitFuture

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

Create /workoutExercise Route #17

Closed andrew-sequeira closed 2 months ago

andrew-sequeira commented 4 months ago

User Story As a user, I would like to see recommended number of reps, sets, and time for exercises in a workout.

Description As part of creating and editing a Workout, the backend needs access to routes for CRUD operations on the WorkoutExercise objects that comprise a Workout. These routes support retrieval, creation, and updating on WorkoutExercise data.

Acceptance Criteria

Testing