Skip to content

vedansh-kawadkar/django-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moon Chat

This is a simple chatting application in which we can add users as frends, chat with friends and create and manage groups.

Installation

Use the package manager pip to install the necessary dependencies.

pip install -r requirements.txt

Usage

  • Clone the repository
  • Inside the project folder, open terminal
  • Run the following command in the terminal:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Screenshots

  • Login/Signup Page

alt text

  • Main Page

alt text

  • Search Feature

alt text

  • Create Chat Room

alt text

  • Chat Room

alt text

About

A simple chat application in which users can add friends and interact with them in groups/indiviually.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published