-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkout.json
53 lines (53 loc) · 1.24 KB
/
workout.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"Workouts":[
{
"id": 1,
"category_id": 3,
"category": "Workouts",
"name": "Chest Press",
"muscle type": "Chest"
},
{
"id": 2,
"category_id": 3,
"category": "Workouts",
"name": "Peck Fly",
"muscle type": "Chest"
},
{
"id": 3,
"category_id": 3,
"category": "Workouts",
"name": "Lat Pull Down",
"muscle type": "Back"
},
{
"id": 5,
"category_id": 3,
"category": "Workouts",
"name": "Squats",
"muscle type":"Legs"
},
{
"id": 6,
"category_id": 3,
"category": "Workouts",
"name": "Shoulder Press",
"muscle type":"Delts"
},
{
"id": 7,
"category_id": 3,
"category": "Workouts",
"name": "Bicep Curls",
"muscle type":"Bicep"
},
{
"id": 8,
"category_id": 3,
"category": "Workouts",
"name": "Tricep Pushdown",
"muscle type":"Tricep"
}
]
}