A Dash application that provides real-time table management capabilities using Redis and WebSocket.
demo.mp4
- Clone the repository:
git clone https://github.com/yasamin-khodarahmi/dash-realtime-table.git
cd dash-realtime-table
- Create and activate virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
-
Make sure Redis is running locally
-
Run the application:
python -m app.main
The application will be available at http://localhost:8050