Kids often face a variety of challenges, such as anxiety, depression, and even abuse, when involved in competitive sports. Our web app is designed to provide mental health resources to help children identify and deal with these issues.
Hacks for Humanity was an international virtual hackathon event with 151 registered and a total of 10 project submissions. This 3-day hacking event was hosted by Project Humanities at Arizona State University. The event challenges participants to create and to innovate solutions for local and global issues. This year's participant team tracks were Healthcare, Sports, and Water. Project's must also embody at least 3 of these 7 Humanity 101 principles: kindness, compassion, integrity, respect, empathy, forgiveness, and self-reflection.
Jessica Cassidy
Crissel Ignacio
Helena Makendengue
Laila Masoud
Michel Nzihou
- Python
- Django
- HTML/CSS
- Docker
- Azure
-
Clone repository
$ git clone https://github.com/cassjs/sos-kids.git
-
Navigate to the project folder
$ cd sos-kids
-
Create Virtual Environnment
# conda $ conda create -n myenv python=3.8 # Windows $ python -m venv myenv # Mac / Unix / WSL $ virtualenv env
-
Activate Virtual Environnment
#conda $ conda activate myenv # Windows $ myenv/scripts/activate # Mac / Unix / WSL $ source env/bin/activate
-
Install requirements.txt
$ pip install -r requirements.txt
-
Run Application
$ ./runserver.sh