Skip to content

karoldem/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

I added a feature to the chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.9%
  • JavaScript 40.8%
  • HTML 9.0%
  • Python 8.3%