sepehrn0107 / GymTracker

Application to track workouts
0 stars 0 forks source link

ExerciseModel #8

Closed sepehrn0107 closed 4 weeks ago

sepehrn0107 commented 1 month ago

Create an exercise model and endpoints to create, edit and delete. The exercise model should include:

Bodypart is a predefined string. can choose between:

Category is a predefined string. can choose between:

sepehrn0107 commented 4 weeks ago

WIP