Code for blog post: http://codehandbook.org/creating-a-web-app-using-angularjs-python-mongodb/
https://docs.mongodb.com/manual/installation/
https://pip.pypa.io/en/stable/installing/
http://flask.pocoo.org/docs/0.11/installation/
# Install Flask pymongo dependency (NOTE: Mac probably requires sudo)
pip install pymongo
#Install Flask fabric dependency
pip install fabric
python app.py
View app at http://localhost:5000/