/django-chat-app

Chap App with Django and Django Channels

Primary LanguagePythonMIT LicenseMIT

Chat app with Django and Django channels.

Getting Started

Project setup and run


Install dependency

pip install -r requirements.txt

Migrate database and create superuser

python manage.py migrate
python manage.py createsuperuser

Run the server

python manage.py runserver

alt text