A web interface with a similar style to phpMyAdmin for HData servers
This is not to be used in production environments
- NodeJS, etc.
- An accessible HData server
- Clone repo
- Run
npm install - Create
config.jsonin the same folder asapp.jswith the following syntax
{
"hdataServer": {
"host": "localhost", "port": 8888
},
"app": {
"port": 3000
}
}- Run
node app.js - Log into the app with HData server credentials

