Skip to content

Latest commit

 

History

1,558 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gym-graphs

Gym Graphs allows users to track their gym progress with the help of graphs. The app allows users to add new exercises, organize their exercises with a dashboard and add new data for each exercise. The app will calculate an estimated one rep max given the number of repetitions and the weight lifted.

Demo

live website: https://gym-graphs.com

Image

localhost_8000_exercises_34

Development

devenv up

Production

docker build -t gym-graphs .

docker run -p 8000:8000 \
  -e PORT=8000 \
  -e DATABASE_URL="postgres://user:pass@host:5432/gym_graphs" \
  -e APP_ENV=production \
  -e AWS_REGION=eu-west-1 \
  -e AWS_ACCESS_KEY_ID=... \
  -e AWS_SECRET_ACCESS_KEY=... \
  -e SES_FROM_ADDRESS=no-reply@example.com \
  gym-graphs

About

Gym Graphs allows users to track their gym progress with the help of graphs

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages