From e2194f776fe9fb49b9ca2b72f0c538be761b4357 Mon Sep 17 00:00:00 2001 From: Phakthima Thongpeng Date: Wed, 12 Oct 2022 21:08:07 +0700 Subject: [PATCH] add instruction in README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 99a7a01..753ea82 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # GraphCodeAnalyser We are trying to create a small code analyser for python using neo4j + +## how to start +start a Neo4j container +``` +docker run \ + --publish=7474:7474 --publish=7687:7687 \ + --volume=$HOME/neo4j/data:/data \ + neo4j +``` + +edit connection string in `neo4jConfig.json` + +run connection test +``` +python Neo4jConnectionTest.py +``` \ No newline at end of file