website and webservice for the android application AndroidGuard (a small anti-theft android application).
The application was created while I was toying around with flask framework and various flask extensions. It does not provide any guarantee or warranty of any kind, use at your own risk.
-
clone the repository
git clone https://github.com/micjabbour/AndroidGuard-WebApp
-
setup virtualenv to install website's dependencies (optional).
-
install all required packages:
pip install -r requirements.txt
-
add missing configuration paramters in config.py