Qhacks2019

For the python backend, Python 3.6.7

python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirments.txt

For the React frontend

cd frontend
npm i
npm start