Skip to content
/ eztest Public

Realtime chat application using web-sockets in Django

Notifications You must be signed in to change notification settings

dadasoz/eztest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install virtualenv-

pip install virtualenv
virtualenv eztest
source eztest/bin/activate

Clone Project:

git clone https://github.com/dadasoz/eztest.git
cd eztest

Install requirements:

pip install -r requirements.txt

Run Migrations:

python manage.py makemigrations
python manage.py migrate

Run server:

python manage.py runserver

Default Username and Passwords:

admin   Test@321
dadaso  Test@321
nishant Test@321
vishal  Test@321

Features:

Login
Registration
Chat - Realtime using websockets

API's-

http://127.0.0.1:8000/api/chat/get-users/

http://127.0.0.1:8000/api/chat/get-messages/?receiver=1

http://127.0.0.1:8000/api/chat/get-messages/?receiver=1&sender=2 --> Not sefe as per security

About

Realtime chat application using web-sockets in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published