Chat Application using Django Channels/PostgreSQL.
To run the project,
- Activate the virtual environment.
- Install the requirements.txt file.
- Run the command "python manage.py runserver" to get the server running.
- Open the link: http://127.0.0.1:8000/ and log in.
- Open the same link on multiple tabs/windows to read and send messages from several tabs/windows.