Skip to content

WellnessLab/social_fitness_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storytelling Server

This is a Django project that functions as a middleware to connect the Storytelling mobile app, Fitbit, and more.

Getting Started

Setup Python's virtual environment for Storytelling

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

Prerequisites

Authors

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages