Skip to content

almazkun/django_chat

Repository files navigation

ChatDJO

  • It is chat build with django, channels and daphne.
  • Multiple chat rooms.
  • Multiple users in one chat room.
  • History of messages.
  • User authentication.
  • User registration.

Demo

https://chat.akun.dev/

Requirements

  • Docker
  • Make

How to run

  • cp .env.example .env
  • make build
  • make run
  • open http://localhost:8000

How to stop

  • make stop