Dalfonso06 / Grit

0 stars 0 forks source link

Create Workout Models #11

Closed Dalfonso06 closed 9 months ago

Dalfonso06 commented 9 months ago

Create the following models that will be used as the core of user's data and functionality of the application.

Workout model should have a list of exercises and a description. Exercise model should contain a description along with sets and reps. Routine model should include a list of Workout models that will be held with the users.