Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

HData-org/HDataMyAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web interface for HData servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages