/FitCommunity

Created for DeltaHacks 2019, Fit Community is a platform created to encourage local community members to live healthier lifestyles. Through the website, users may create or join events based on their preferences, such as cardio, sports, yoga, weightlifting, etc. With data collected from the users Fitbit, Fit Community allows members to see their own progress as well as the collective community progress.

Primary LanguagePython

FitCommunity

Fit Community is a platform created to encourage local community members to live healthier lifestyles. Through the website, users may create or join events based on their preferences, such as cardio, sports, yoga, weightlifting, etc. With data collected from the users Fitbit, Fit Community allows members to see their own progress as well as the collective community progress.

Start-Up

  • Ensure you have Python 3.7.1 and Django 2.7.1 installed in a virtual env.
  • Clone the repo, navigate to the root folder, and do (depending on your system) - python3 or python manage.py runserver
  • Navigate to localhost:8000 to get started

Database

  • runs on PostgreSQL 11.1
  • install and use the db credentials to test backend services