Noah-droid / chatbud

A Django based group chat application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:HTML 70.7%Language:Python 29.3%