This project is a comprehensive web application built with Django that allows users to:
Authenticate users with a secure login system
Users can join to public or private chat
Admins can update chat or delete chat
Any user can create chatgroup and chat private
You can share any message or image or file in the same time
HTMX as a dynamic HTML and websockets to connect with user in the same time
Technologies Used:
Django (Back-end Framework)
HTMX/HTML/CSS(Front-end)
SQLite (Database)
Bootstrap (Styling and responsiveness)