Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
/ weight-app Public archive

Web application for tracking weight every day written in Flask

License

Notifications You must be signed in to change notification settings

mfa/weight-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

----- UNMAINTAINED -----

Weight App

This app was written out of a personal need. I want to track my weight every day using my Android smartphone. Because of this need the forms and lists are optimized for touch input.

initial installation

virtualenv env_weight
. env_weight/bin/activate
pip install -r pip-requirements.txt

run

. env_weight/bin/activate
cd weight
python main.py

run tests

. env_weight/bin/activate
cd weight/tests
python maintest.py
https://secure.travis-ci.org/mfa/weight-app.png

About

Web application for tracking weight every day written in Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published