Skip to content

Commit

Permalink
Updated data set
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoychev committed Jun 15, 2019
1 parent a7e3d6f commit ded6a10
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 22 deletions.
82 changes: 62 additions & 20 deletions db.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,73 @@
[
{
"equipment": "Lat Pull Down Machine",
"exercise": "Wide Grip Lat Pulldown",
"mainMuscleGroup": "Back",
"otherMuscleGroups": [
"Shoulder"
],
"videoLink": "https://www.youtube.com/watch?v=lueEJGjTuPQ"
"exercises": [
{
"name": "Wide Grip Lat Pulldown",
"mainMuscleGroup": "Back",
"otherMuscleGroups": [
"Shoulder"
],
"videoLink": "https://www.youtube.com/watch?v=lueEJGjTuPQ"
},
{
"name": "Close Grip Front Lat Pulldown",
"mainMuscleGroup": "Back",
"otherMuscleGroups": [
"Biceps"
],
"videoLink": "https://www.youtube.com/watch?v=ecRF8ERf2q4"
}
]
},
{
"equipment": "Power Tower",
"exercise": "Pull Up",
"mainMuscleGroup": "Back",
"otherMuscleGroups": [
"Shoulder",
"Abs"
],
"videoLink": "https://www.youtube.com/watch?v=WXMKjV11lAk"
"exercises": [
{
"name": "Pull Up",
"mainMuscleGroup": "Back",
"otherMuscleGroups": [
"Shoulder",
"Abs"
],
"videoLink": "https://www.youtube.com/watch?v=WXMKjV11lAk"
},
{
"name": "Chin Up",
"mainMuscleGroup": "Back",
"otherMuscleGroups": [
"Biceps"
],
"videoLink": "https://www.youtube.com/watch?v=fNZ8Ty7jSFA"
}
]
},
{
"equipment": "Leg Press Machine",
"exercise": "Leg Press",
"mainMuscleGroup": "Upper Legs",
"otherMuscleGroups": [
"Lower Legs",
"Glutes"
],
"videoLink": "https://www.youtube.com/watch?v=3R0SOJ3alTA"
"exercises": [
{
"name": "Leg Press",
"mainMuscleGroup": "Upper Legs",
"otherMuscleGroups": [
"Lower Legs",
"Glutes"
],
"videoLink": "https://www.youtube.com/watch?v=3R0SOJ3alTAk"
}
]
},
{
"equipment": "Bench Press",
"exercises": [
{
"name": "Barbell Bench Press",
"mainMuscleGroup": "Chest",
"otherMuscleGroups": [
"Triceps",
"Shoulders"
],
"videoLink": "https://www.youtube.com/watch?v=esQi683XR44"
}
]
}
]
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Deployment instructions:
1. sls deploy -v
2. aws dynamodb batch-write-item --table-name gym101-dev --request-items file://db.json
1. Deply solution - sls deploy -v
2. Load data in DB - aws dynamodb batch-write-item --table-name gym101-dev --request-items file://db.json

0 comments on commit ded6a10

Please sign in to comment.