Skip to content

RajuKoushik/chatbud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatbud

A Django based group chat application.

Development Stack

Frontend: HTML | JS | CSS | AJAX | Jquery
Backend: Django
Database: SQLITE

Steps to run the software

Create a virtual environment.
Then in the virtual environment.


pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

TEST USER FOR LOGIN:
username - koushik
password - rituraja


check out the url : http://localhost:8000/home/

The facebook login wouldn't work right now due to the change in Facebook's policy in 2017. The login would work once the same application is hosted online. (Wouldn't support localhost)

About

A Django based group chat application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published