Google Appengine example app using webapp2
Create a virtual enviroment and install the required libs in pip-requires.txt
pip install -r pip-requires.txt
To run the tests
python tests.py
If you have the appengine for python installed you can run the app using
dev_appserver.py .