Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikeasamoahansah/django-chat-application

A simple chat application to better understand django-channels
https://github.com/ikeasamoahansah/django-chat-application

chat django

Last synced: about 2 months ago
JSON representation

A simple chat application to better understand django-channels

Awesome Lists containing this project

README

        

# django-chat-application
A simple chat application to better understand django-channels

# Overview/Result
Login screen
![Screenshot from 2023-09-29 15-10-45](https://github.com/Me45y63/django-chat-application/assets/66312028/e35019b7-ac80-427c-ac66-0acc7acb79d9)

Chat Lobby
![Screenshot from 2023-09-29 15-11-01](https://github.com/Me45y63/django-chat-application/assets/66312028/423abe6b-e14f-4c24-a0a2-5dda2f80f576)

Room with messaging
![Screenshot from 2023-09-29 15-11-37](https://github.com/Me45y63/django-chat-application/assets/66312028/5bf5206f-0ace-44e7-a204-27664055bed0)

# Instructions
1. clone the project
2. set up an environment variable and pip install requirements
3. cd into chatapp and run ```python manage.py migrate```
4. run ```python manage.py runserver```
5. explore!