This repository has been archived on 2026-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
lakshay 950d09814e Align Scan ID button styling with other checks toolbar buttons.
Remove inline styles from Scan ID and use the shared check-btn class so it matches Run All, Clear All, and the rest of the row.
2026-06-29 14:26:25 -04:00

Resensys Site Status

Run locally

  1. Open the project in your IDE and cd into the site_status folder.

  2. Set up a virtual environment:

    python -m venv .venv
    .\.venv\Scripts\Activate.ps1
    
  3. Install dependencies:

    pip install -r requirements.txt
    pip install requests
    

    requests is used by api.py and is not listed in requirements.txt.

  4. Start the app:

    python api.py
    
Description
No description provided
https://status.resensys.cloud/
Readme 306 KiB
Languages
HTML 86.3%
Python 13.7%