An effort to try and gain a better idea of outcomes through statistics
https://gitlab.com/dword4/nhlapi/blob/master/stats-api.md
Start react/front-end with
$ npm install
$ npm start
Start Flask server with
$ pip install -r requirements.txt
$ export FLASK_APP=server.py FLASK_DEBUG=1
$ flask run