Skip to content

pjdurden/Chat-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Engine

Real Time Chat application using Websockets and Django Channels

How to install

Server

  1. Change directory: cd backend/chat
  2. Create new DB(database)
  3. Import dump from the directory
  4. Create settings.py using provided example in settings.py.example
  5. Install requirements using pip: pip3 install -r requirements.txt
  6. Run app server

Screenshots

Client

  1. Change directory to backend
  2. Create config file.
  3. Install libraries: yarn install
  4. Compile and reload for development
  5. ..or build minified version for production: yarn run build

Features

  • Responsive and materialistic design
  • send,view and Share messages
  • client and backend side message validation
  • easy to scale

About

real time chat application using Websockets and Django Channels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published