This repository contains project files for both frontend and backend. You can find more detailed information about how to build and deploy the corresponding solutions in their directories.
The source code is hosted on GitHub.
https://github.com/kuczera/intergraph
git clone git@github.com:kuczera/intergraph.git
Open ./intergraph-backend/.env
file to set up host url and credentials for the graph database.
Run npm install
to install dependencies for the test deployment script. Run npm run localtest
afterwards to install dependencies for frontend and backend. Installing these may take some time.
Run npm run start
to run both frontend and backend for a local test.
- Settings-Page which is saved on the server with Login
- Settings-Page
- Database credetials
- dynamic configuration
- read labels and properties from DB
- create table with colums
- properties to be queried on search per label
- property to be shown for a node label in cytoscape
- properties to be shown in info container for a node in the view
https://expressjs.com/de/api.html
https://github.com/tgdwyer/WebCola/
- Stefan Schindler
- Andreas Kuczera