Pick up the good lucker from Hangzhou Pycon2015 attendees.
|--src
| |--app.py
|--www
| |--index.html
| |--css
| |--img
| |--upload
|--test
| |--test_app.py
|--Makefile
srcdirectory contains source code of API interfaceswwwdirectory contains static fileswww/uploaddirectory contains all the uploaded photostestdirectory contains unit test code for API interfaces
- Make sure you have
bottleandbeakerinstalled, you can get it from http://bottlepy.org. The simplest way may be withpip install bottle beaker