Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 743 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 743 Bytes

Real-Time Table Manager

A Dash application that provides real-time table management capabilities using Redis and WebSocket.

demo.mp4

Setup

  1. Clone the repository:
git clone https://github.com/yasamin-khodarahmi/dash-realtime-table.git
cd dash-realtime-table
  1. Create and activate virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Running the Application

  1. Make sure Redis is running locally

  2. Run the application:

python -m app.main

The application will be available at http://localhost:8050