Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 863 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 863 Bytes

Build Status codecov

Fitness Tracker

On dockerhub: https://hub.docker.com/repository/docker/jchamblee1995/django_website

docker pull jchamblee1995/django_website:latest

Apps

  • Fitness

    This is the primary app of the website. It is a CRUD app which tracks the logged-in user's workout data for each exercise, and automatically visualizes it for the user via Plotly.

    Alt text

  • Blog

    Incomplete but technically functional