/aiohttp-redis-docker

Simple example of using Aiohttp, Redis and Docker Compose

Primary LanguagePythonMIT LicenseMIT

aiohttp-redis-docker

Develop with Aiohttp, Redis and Docker Compose.

Build and run your app with Compose:

$ docker-compose up

Enter http://127.0.0.1:8080/ in a browser to see the application running.

Or run your app locally:

$ pipenv install
$ pipenv shell
$ python entry.py