Djangory is a simple realtime chat application built with Django, Channels, HTML, CSS (Tailwind CSS) and Javascript.
- First create a virtual environment
python -m venv env
- Install the required modules and packages
pip install -r requirements.txt
- Navigate into the
django_chat
directory and run the following commandspython manage.py makemigrations
python manage.py migrate
python manage.py runserver
- Now, on your browser, open your localhost.
Cheers!