项目作者: alisamadzadeh46

项目描述 :
Simple chat app use django and redis
高级语言: Python
项目地址: git://github.com/alisamadzadeh46/Chat.git
创建时间: 2021-05-03T09:14:41Z
项目社区:https://github.com/alisamadzadeh46/Chat

开源协议:

下载


Chat

Simple chat app use django and redis

  1. Clone the repository

  2. create a virtual environment using virtualenv venv

  3. Activate the virtual environment by running source venv/bin/activate

  • On Windows use source venv\Scripts\activate
  1. Install the dependencies using pip install -r requirements.txt

  2. docker(you need install docker in ypur pc) in linux or mac sudo docker run -p 6379:6379 -d redis:5

  3. Migrate existing db tables by running python manage.py migrate

  4. Run the django development server using python manage.py runserver

alt text

alt text

alt text

alt text