Learn how to interact with Neo4j from a TypeScript project using the Neo4j JavaScript Driver
This repository accompanies the Building Neo4j Applications with TypeScript course on Neo4j GraphAcademy.
For a complete walkthrough of this repository, enrol now.
This repository uses the default TypeScript configuration generated with the npx tsc --init
command.
To use the Neo4j JavaScript Driver in your TypeScript project, you can run the following command:
Installing the neo4j-driver dependency
npm install neo4j-driver