mwollenweber / MindBodyCheckin

MindBodyCheckin is a Django webapp that lets clients easily sign into MindBody gym classes without a login or app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyGymCheckin

EasyGymCheckin is a Django webapp wrapper for the MindBody API to facilitate checking in to a MindyBody gym without logging in. EasyGymCheckin allows a client to check in to MindBody via their phone without an app. We perform basic sanity checking that the class is available, the student it active, the class time is soon, and that the student is near the gym

Quick Start

Clone the repository

gh repo clone mwollenweber/MindBodyCheckin
cd MindBodyCheckin

Configure your Python environment

source MindBodyCheckin.rc
virtualenv env
source env/bin/activate
pip install -r requirements.txt

Run Celery

./run_celery.sh &
./run_celery_beat.sh &

Run the server

python manage.py runserver

Screenshots

Alt text

Alt text

Alt text

License

Copyright Matthew Wollenweber. All rights reserved.

About

MindBodyCheckin is a Django webapp that lets clients easily sign into MindBody gym classes without a login or app

License:GNU General Public License v3.0


Languages

Language:Python 72.9%Language:HTML 23.6%Language:Shell 3.4%Language:Procfile 0.1%