This repository is an application that allows to create an account, sign-in and aims to track the below information and provide weekly, monthly, quarterly and yearly reports: (see features below for the functunality that has been implemented)
- Symptoms
- Medications
- Glimmers (i.e. positive interactions )
- Habits
- Feelings
- Food
In addition to the above, the user will be able to store their conditions, doctors information and medical appointments, as well as add notes for any appointments.
* User Authentication: Users can create an account. Passwords are encrypted in the database.
Ensure you have Python and PostgreSQL installed.This project includes precompiled Tailwind CSS styles. No additional Tailwind installation is required.
Setup for Windows
; python -m venv [VENV_NAME] -venv
; [VENV_NAME]\Scripts\Activate
([VENV_NAME]-venv); pip install -r requirements.txt
([VENV_NAME]-venv); playwright install
([VENV_NAME]-venv); pytest -sv
([VENV_NAME]-venv); python app.py