Simple chat app use django and redis
Simple chat app use django and redis
Clone the repository
create a virtual environment using virtualenv venv
Activate the virtual environment by running source venv/bin/activate
source venv\Scripts\activate
Install the dependencies using pip install -r requirements.txt
docker(you need install docker in ypur pc) in linux or mac sudo docker run -p 6379:6379 -d redis:5
Migrate existing db tables by running python manage.py migrate
Run the django development server using python manage.py runserver