Skip to content

A web application for real-time chat where users can create a new room and start chat.

Notifications You must be signed in to change notification settings

afjol77/Realtime-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime-Chat-App

  • A web application for real-time chat
  • Users can create a new Room and start chat
  • Anyone can join the chat by entering the room name

Live App


Used Technology:

How to run this app on your machine?

1. Extract and open the project, then install the requirements.txt using pip

pip install -r requirements.txt

2. For migrations, type this on your terminal

python manage.py makemigrations
python manage.py migrate

3. Run the server using the following command

python manage.py runserver

Your Django project is LIVE now on your localhost.
Open your browser and type 127.0.0.1:8000 on address bar.


Screenshots

1. Creating a room and entering with a username

Image

2. Another user joined with the room name

Image

3. And the chat goes on...

Image


THANK YOU!

About

A web application for real-time chat where users can create a new room and start chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published