pengyou200902/Doctor-Friende

connection to neo4j

xolmurodovEldorbek opened this issue · 1 comments

image

image

please help with connect to neo4j db

    def __init__(self):
        self.g = Graph(
            host="127.0.0.1",
            http_port=7474,
            user="neo4j",
            password="your password"
        )