Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paragon279/react-neo4j-graph
https://github.com/paragon279/react-neo4j-graph
d3js graph neo4j react typescript
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paragon279/react-neo4j-graph
- Owner: paragon279
- License: mit
- Created: 2024-05-24T01:34:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-24T01:35:28.000Z (6 months ago)
- Last Synced: 2024-10-21T12:05:59.521Z (30 days ago)
- Topics: d3js, graph, neo4j, react, typescript
- Language: TypeScript
- Homepage:
- Size: 859 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Use Neo4j with React + TypeScript
## How to execute
### Run server first.
If you don't have any type of server, you can run mockup with json-server.
The mockup database is json-formatted now.
`` npx json-server --watch -p 3005 apiResults.json ``
### Run client then.
`` yarn start ``## Introduction
1. Read
It reads data from apiResults.json and transfers to React app.
2. Display
React app receives that and draws graphs according to rules by the data structure.
Draws on SVG.