Skip to content

adrianiy/neo4j-dashboard

Repository files navigation

Build & Test GitHub license Version codecov

NEO4J-Dashboard

This project was created in order to add new features over neo4j-browser's Graph.

The graphic library is a wrapper of neo4j-browser graph classes isolated and reimplemented if neccessary to fit our goals.

Demo

You can access neo4j-dashboard and use your custom neo4j credentials to test this App

Custom features

Image rendering on nodes

In order to render article's images we've added some new features that recognizes [ image | photo-* ] keys in node's properties. When one of these properties are present the graph renders a new svg element and referece it in node's fill property.

Commit style

Conventional commits: conventional-commits

CI

To do a PR please follow contributing rules

Every PR should pass a PR-Verify process for production deployment security in CI/CD.

PR-Verify will be composed by a set of tests and a Zeit now branch deployment verification.

Development

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.