Additional information or tag line
QuantifiedSelf App is a Flask Webapp. A user can track his daily habits and get insights. relational database and SQLite3 is used. REST API on trackers and logs API Documentation.
A quick introduction of the minimal setup you need to get app running.
python -m venv .envforapp
python install -r requirements.txt
python main.pyApp will run on localhost.
Flask, Flask-sqlalchemy, Bootstrap, Python
Relational database has been used. SQLite3 is used.