Source code of the application we are building on "Building a blog using Flask and AngularJS" tutorial series
$ source flask_venv/bin/activate
just run
$ python db_create.py
$ python run.py
and after this run the client
$ bower install
then after installing all the bower components use
$ python -m SimpleHTTPServer 8000