Tracker and Analyzer for diabetes that allows users to add and monitor their daily blood sugar levels, insulin doses, and other relevant information. The application provides visualizations and analysis to help users track their condition over time. It also allows the users to set reminders for medication, meals, or other important activities related to diabetes, as well as exporting and importing data to and from other sources.
- Flask for the web environment
- mongoDB for data storage
- Chart.js for data visualisation
- Pandas for data manipulation
- Clone this repository:
git clone https://github.com/cosminstr/noSugar.git
- Navigate to the project directory:
cd noSugar
- Install dependencies:
pip install -r requirements.txt
- Run the project:
python app.py
- 3.2. Request in the 'issues' page of this repository the credentials from private.py in order to run the project
Need to work on the "Reminders" page, specifically how the reminders are stored for each individual user
Used FullCalendar.js to render a calendar for the reminders : https://fullcalendar.io/docs/getting-started