/dagda-ui

Simple UI for dagda

Primary LanguageHTML

DAGDA-UI

Simple web interface for Dagda tool.

Alpha version! Still WIP

Execute the following commands in the root folder of Dagda UI and then, the Dagda UI webapp will start at port 5001:

    $ docker build -t dagda-ui .
    $ docker run -p5001:5001 -it dagda-ui

Better documentation soon :)