Example of polls project using aiohttp, aiopg and aiohttp_jinja2, similar to django one.
Install the app:
$ cd demos/polls $ pip install -e .
Create database for your project:
bash sql/install.sh
Run application:
$ python -m aiohttpdemo_polls
Open browser:
http://localhost:8080/
Run integration tests:
pip install tox tox
