Skip to content

Django-powered chat app offers a seamless experience for connecting with friends, colleagues, or like-minded individuals. Create and manage public or private groups to foster discussions within specific communities. Dive into one-on-one conversations through private chats for more intimate interactions.

Notifications You must be signed in to change notification settings

bahromnajmiddinov/django-chatapp

Repository files navigation

Django ChatAPP

Real-Time Chat Application with Django Channels

  1. Clone this repository:

    git clone https://github.com/bahromnajmiddinov/django-chatapp
    
    
  2. Create a virtual environment (recommended for isolation):

    python -m venv venv
    source venv/bin/activate  # Linux/macOS
    venv\Scripts\activate.bat  # Windows
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Apply database migrations:

    python manage.py makemigrations
    python manage.py migrate
    
  5. (Optional) Create a superuser for initial administration:

    python manage.py createsuperuser
    

Start the development server:

python manage.py runserver

About

Django-powered chat app offers a seamless experience for connecting with friends, colleagues, or like-minded individuals. Create and manage public or private groups to foster discussions within specific communities. Dive into one-on-one conversations through private chats for more intimate interactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published