Neo4j Bolt protocol Simple Java application
###1. Start Neo4j Server
make sure the password of your localhost neo4j server is same as in GraphManager.java
###2. Complie GraphManager.java Run the GraphManager
###3. Check in Neo4j database for the new inserted node and relationship $ MATCH (n:Person) RETURN n