Skip to content

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

Notifications You must be signed in to change notification settings

yasamin-khodarahmi/dash-realtime-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages