https://github.com/nerooc/neo4j-poc
Graph database PoC using Neo4j, Express and React
https://github.com/nerooc/neo4j-poc
express neo4j react
Last synced: 2 months ago
JSON representation
Graph database PoC using Neo4j, Express and React
- Host: GitHub
- URL: https://github.com/nerooc/neo4j-poc
- Owner: nerooc
- Created: 2021-11-10T06:46:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T17:03:34.000Z (over 4 years ago)
- Last Synced: 2025-01-26T18:31:53.853Z (over 1 year ago)
- Topics: express, neo4j, react
- Language: TypeScript
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Proof of concept (with Neo4j)
# Formula 1 Data Application (2021)
Tomasz Gajda
### 1. The problem and assumptions of the project
The aim of the project was to create an application using the Neo4j graph database, which would provide a simple user interface for manipulating the data stored in the database.
Technological stack:
- Neo4j
- Node.js
- Express
- Typescript
- React
### 2. Short introduction
To create the application, I used Node.js with the Express framework, the Neo4j graph database and Typescript with React. Rest API implemented on the Node server allows you to query the database from the client's application, which allows to manipulate data about drivers, tracks and Formula 1 teams of the 2021 season. The whole documentation (PL) is available in the docs directory.