Skip to content

tamadekk/Mental-Health-Tracking-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mental Health Tracking Application

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.

Features

  • User authentication and profiles
  • Daily goal tracking
  • Mood logging with notes
  • Therapist management
  • Admin panel for data management

Prerequisites

Before you begin, ensure you have the following installed:

  • Python (>= 3.8)
  • Django (>= 4.0)
  • Virtualenv

Setup Instructions

  1. Create a Virtual Environment
     python -m venv venv
     source venv/bin/activate    # On Linux/macOS
     venv\Scripts\activate       # On Windows 
  2. Install Dependencies
    pip install -r requirements.txt
    

Author Vladyslav Raduta

About

Django project for uni

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published