A real-time alert system demonstration built with Django LiveView, showcasing HTML over WebSockets capabilities.
- Docker and Docker Compose installed
-
Clone the repository and navigate to the project directory
-
Build and start the containers:
docker-compose up --build- The application will be available at
http://localhost:8000
MIT License - Feel free to use this as a reference for your own Django LiveView projects!