Create the following models that will be used as the core of user's data and functionality of the application.
Workout Model
Exercise Model
Routine Model
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.
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.