Exercises - JoelPerren/project-hercules GitHub Wiki
Naming convention
Exercises should be named as follows: :{equipment} {exercise} :({variation)}
Some examples: Dumbell Bicep Curl, Lat Pulldown (Wide Grip), EZ Bar Preacher Curl, Barbell Overhead Press
Schema
Within the database, every exercise must have the following attributes:
| Attribute | Description |
|---|---|
| name | The name of the exercise (string) |
| equipment | The equipment needed to do the exercise (string) |
| variations | A list of variations (object) of the exercise (array) |
| muscles | Primary and secondary muscles affected by the exercise (object) |
Bla