MariyaSha / DjangoChatApp

Simple Chat App with Django and Sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DjangoChatApp

Simple Chat App with Django and Sqlite

in progress...

Temp Instructions

  • install django with conda install -c anaconda django or pip install Django
  • navigate to the root ChatAppProject directory (where manage.py is located) with cd path/to/first/ChatAppProject
  • type python manage.py runserver
  • navigate to localhost port 8000 and add /ChatApp, for example: http://127.0.0.1:8000/chatapp
  • either create a new user name, or you can log in to mariya password 123
  • enjoy! :)

GH_screenshot2
GH_screenshot3
GH_screenshot1

About

Simple Chat App with Django and Sqlite


Languages

Language:Python 56.0%Language:CSS 21.6%Language:HTML 21.2%Language:JavaScript 1.2%