/health-charts

Charts to visualize running and cycling totals per month/year, data pulled from Strava

Primary LanguageJavaScript

Health charts

TODO

  • Add cycling
  • Add active calories heatmap
  • Add heatmap with number of workouts
  • Add line with avg pace to monthly
  • Add count of workouts to cumulative graph
  • Add Home page w/ this week/this month stats

To run

Run frontend with yarn start and backend separately from server folder with yarn start

To deploy DB changes

prisma deploy inside server folder (needs to be installed globally)