bonkx / django-chat-app

Django chat app with Django Channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django chat app with Django Channel

With Redis, Celery, Celery-beat, Uvicorn


Todo List

  • Auth
    • Register
    • Login
    • Logout
  • Chat
    • Add Contact
    • Chat websocket
    • Upload Image
  • Encrypt and Decrypt with RSA key

How to Run

# clone the repo
$ git clone repo

# go into repo's directory
$ cd repo

# generate your RSA Private and Public Key
# copy and edit env file
$ cp .env.example .env

# build docker
$ make build

# start docker
$ make run

Credit

RSA Key Generator
django-chat-room
github-actions

About

Django chat app with Django Channel


Languages

Language:JavaScript 83.8%Language:CSS 15.4%Language:HTML 0.5%Language:Python 0.3%Language:Dockerfile 0.0%Language:Makefile 0.0%