This project was a submission for the 2018 NYU Hackathon.
We attempted to implement a platform for people suffering from mental health issues to track their emotional statuses by days/weeks/months/years, and for therapists to track these statuses in real time.
git clone https://github.com/jkellyjr/HackNYU.git
cd HackNYU
python3 -m venv flask
flask/bin/pip3 install -r requirements.txt
export FLASK_APP=app.py
flask/bin/flask initdb
flask/bin/flask run