darenc9 / FitFuture

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

Create WorkoutExercise Service #53

Closed andrew-sequeira closed 3 months ago

andrew-sequeira commented 3 months ago

User Story As a user I would like to be able to input my stats for various exercises so that I can keep track of my progress

Description For the workout exercise data to be persisted in our database, we need a way to connect and interact with the WorkoutExercise collection in the database. A "workoutExercise-service.js" file should be prepared with methods of connecting to the collection in addition to any required functionality such as crud operations to allow for the backend to interact with the database.

Acceptance Criteria

Testing

andrew-sequeira commented 3 months ago

all required services as of right now implemented.