/workouts

Easy to use web app for creating workout routines, and managing exercise status, including changing weight, reps and sets with a simple swipe. Also includes graphs to show your progress.

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Build

REACT_APP_AWS_ACCESS_KEY_ID=ABC REACT_APP_AWS_SECRET_ACCESS_KEY=xyz npm run build

Run

REACT_APP_AWS_ACCESS_KEY_ID=ABC REACT_APP_AWS_SECRET_ACCESS_KEY=xyz npm run start

AWS DynamoDB

The lib directory contains scripts that will get, load and query test data into DynamoDB. To run the scripts, simply run it with node, and optionally include the AWS_PROFILE environment variable at runtime.

AWS_PROFILE=home node scripts/createTables.js