This is a Django project that functions as a middleware to connect the Storytelling mobile app, Fitbit, and more.
virtualenv venv
source venv/bin/activate
pip install mysql-connector-python-rf
pip install mysqlclient
pip install django
pip install djangorestframework
pip install djangorestframework-camel-case
pip install django-oauth-toolkit djangorestframework
pip install fitbit
python manage.py migrate
python manage.py runserver- MySQL 5.6
- Fitbit API
- Android 7.0 SDK
- Herman Saksono - Initial work - CCIS Website
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Django 1.11 - The web framework used