In this video we will discuss how to connect Nestjs with Neo4j. We will check neo4j sandbox and how to use neo4j desktop and Nest app with a remote database. How to use custom providers, dynamic modules and config module.
starting repo: https://github.com/k-code-yt/nestjs-g...
end result repo: https://github.com/k-code-yt/nestjs-g...
neo4j sanbox: https://sandbox.neo4j.com
cypher-query-builder connection: https://jamesfer.me/cypher-query-buil...
timestamps:
0:00 - intro
01:03 - How to create Neo4j sandbox and connect Neo4j desktop
07:10 - Add Neo4j packages to Nestjs app
10:05 - Creating Neo4j module in Nestjs
32:50 - Creating new Modules and updating schema
41:14 - Query Neo4j by property value
55:38 - Query Neo4j by Id
01:06:21 - Create, Update, Delete a Neo4j node in Nestjs
hashtags:
#neo4j #nestjs #kcode