8000 GitHub - deven769/chat-hub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

deven769/chat-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-application

Running server with Docker

  1. Command to up container

    docker compose up

    or

    docker compose up --build

    NOTE: make sure your host port is not running on 6379

  2. After server up: Access home page at localhost:3000

For Testing use following users to login:

1. username: user           password: admin
2. username: user1          password: admin
3. username: user2          password: admin

DESCRIPTION

Simple chat application which use django channels for real time communication
and Django restframework for API. All the authenticated user can send message 
in a default room (which is static). Message sent by authenticated user is saved
to sqlite database for data persistance. 

Frontend uses html, css and javascript which can be access at http://localhost:3000
in browser. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0