- Clone down repo.
- Start v. env. of choice
$python3 install django
$pip install django-channels
$python3 manage.py migrate
$ docker run -p 6379:6379 -d redis:2.8
$ pip3 install channels_redis
$python3 manage.py runserver
this app is currently under a whole lot of construction, I will be adding more as time goes on, so we shall see how it goes. Thanks for Taking a look!