Here is a very basic Flask server
You need to don't forget your virtual env ;)
In your virtual environment, simply launch init.py file ::
$ python __init__.py
* Running on http://127.0.0.1:5000/
* Restarting with reloader
and ... go to your browser at localhost:5000