/HDataMyAdmin

A web interface for HData servers

Primary LanguageJavaScript

HDataMyAdmin

A web interface with a similar style to phpMyAdmin for HData servers

Note

This is not to be used in production environments

Prerequisites

  1. NodeJS, etc.
  2. An accessible HData server

Install

  1. Clone repo
  2. Run npm install
  3. Create config.json in the same folder as app.js with the following syntax
{ 
    "hdataServer": {
        "host": "localhost", "port": 8888
    },
    "app": {
        "port": 3000
    }
}
  1. Run node app.js
  2. Log into the app with HData server credentials

Screenshots

Screenshot of the home tab

Screenshot of a table