Track and manage your personal data with ease.
Before you can run this project, ensure you have the following dependencies installed:
-
Python 3.8.10: You can download Python from python.org.
-
Flask 2.0.3 and Werkzeug 2.0.3: Install Flask and its dependencies using the following command:
pip install Flask==2.0.3 Werkzeug==2.0.3
-
DB Browser for SQLite: You can download the DB Browser from sqlitebrowser.org.
-
SQLAlchemy: Install SQLAlchemy using the following command:
pip install flask-sqlalchemy
-
Matplotlib: Install Matplotlib using the following command:
pip install matplotlib
Follow these steps to run the QuantifiedSelf Tracker project:
-
Clone the repository:
git clone https://github.com/your-username/QUANTIFIEDSELF-TRACKER.git
-
Navigate to the project directory:
cd QUANTIFIEDSELF-TRACKER
-
Run the Flask app:
python app.py
-
Open your web browser and go to: http://127.0.0.1:5000/
-
Start using the web application to track and manage your personal data.
If you'd like to contribute to the project, feel free to fork the repository, make your changes, and submit a pull request. We welcome contributions from the community.