mirror of
https://github.com/Django-LiveView/demo-alarms
synced 2026-01-09 06:43:41 +01:00
25 lines
558 B
Markdown
25 lines
558 B
Markdown
# Alert System with Django LiveView
|
|
|
|
A real-time alert system demonstration built with Django LiveView, showcasing HTML over WebSockets capabilities.
|
|
|
|
## Quick Start
|
|
|
|
### Prerequisites
|
|
|
|
- Docker and Docker Compose installed
|
|
|
|
### Running the Application
|
|
|
|
1. Clone the repository and navigate to the project directory
|
|
|
|
2. Build and start the containers:
|
|
```bash
|
|
docker-compose up --build
|
|
```
|
|
|
|
3. The application will be available at `http://localhost:8000`
|
|
|
|
## License
|
|
|
|
MIT License - Feel free to use this as a reference for your own Django LiveView projects!
|