A web application for tracking mental health, managing daily goals, and logging mood entries. The application is develop as an university project to showcase our gained skills.
- User authentication and profiles
- Daily goal tracking
- Mood logging with notes
- Therapist management
- Admin panel for data management
Before you begin, ensure you have the following installed:
- Python (>= 3.8)
- Django (>= 4.0)
- Virtualenv
- Create a Virtual Environment
python -m venv venv source venv/bin/activate # On Linux/macOS venv\Scripts\activate # On Windows
- Install Dependencies
pip install -r requirements.txt