Skip to content

A mental health resource app for adolescents in competitive sports. (2021 Hacks for Humanity Hackathon - 2nd Place)

License

Notifications You must be signed in to change notification settings

cassjs/sos-kids

Repository files navigation

About The Project

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.

2021 Hacks for Humanity - 2nd Place 🏆

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.

Contributors

Jessica Cassidy
Crissel Ignacio
Helena Makendengue
Laila Masoud
Michel Nzihou

Build

  • Python
  • Django
  • HTML/CSS
  • Docker
  • Azure

Getting Started

  • 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
    

About

A mental health resource app for adolescents in competitive sports. (2021 Hacks for Humanity Hackathon - 2nd Place)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published