Skip to content

A basic realtime chat app project written with the Django framework and Django Channels.

Notifications You must be signed in to change notification settings

prettyirrelevant/django-chat-app-project

Repository files navigation

django-chat-app-project

A basic realtime chat app project written with the Django framework and Django Channels.

Live Demo

To easily test chat functionality, login with the credentials below

Local Server

To run the project locally.

  • $ python -m venv venv
  • $ source venv/bin/activate
  • $ pip install -r requirements.txt
  • $ python manage.py migrate
  • Make sure you have >= redis-5.0 installed on your system
  • $ python manage.py channels_layer
  • $ python manage.py runserver
  • Visit http://localhost:8000

Note

Pictures uploaded while chatting do not persist due to Heroku's ephemeral nature

About

A basic realtime chat app project written with the Django framework and Django Channels.

Topics

Resources

Stars

Watchers

Forks