Skip to content

Django based Chat app, with live chat and room creation

Notifications You must be signed in to change notification settings

Thireb/Django-chat-my-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Django-chat-my-version

Django based Chat app, with live chat and room creation.

  • Open cmd or terminal in the folder where “manage.py” is.
  • Type “python manage.py makemigrations” and hit enter.
  • Then type “python manage.py migrate” and hit enter again.
  • Now, type “python manage.py runserver” and hit enter to start the local server.
  • Open your browser and type in the URL, “localserver:8000” to view the homepage.
  • Create a room if not created and you’ll be automatically put in that room.
  • Anyone who knows the room name, can join by specifying the name and chat with users of that room there.

About

Django based Chat app, with live chat and room creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published