Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```