alrafiabdullah / redis-pubsub

A repository with the demonstration of Redis pubsub feature with live link.

Home Page:https://redis.abdullahalrafi.trade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REDIS PubSub

Requirements

Python 3.8.16

  • Add a .env file with values.
  • Create and activate a virtual environment.
  • Run pip install --upgrade pip to upgrade pip version.
  • Run pip install -r requirements.txt to install the dependencies.
  • Run python manage.py migrate to migrate the DB changes.
  • Run python manage.py runserver and go to http://127.0.0.1:8000

env

DJANGO_SECRET_KEY=

About

A repository with the demonstration of Redis pubsub feature with live link.

https://redis.abdullahalrafi.trade


Languages

Language:Python 63.5%Language:HTML 21.6%Language:JavaScript 14.1%Language:Procfile 0.8%