Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 533 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 533 Bytes

This web application can be used to control Blackmagic Videohub devices. It makes managing multiple videohubs easy. You can also create mutliple users with their own roles and permissions.

Requirements

  • NodeJS v.20+
  • MySQL database

Installation

  1. Clone this repository.
  2. Execute npm i
  3. Rename .env eample to .env and configure the properties.
  4. Execute npm run build to build the application.
  5. Execute npm run start to start the webserver.