Run the following command to build the provider
go build -o terraform-provider-neo4j
To run a Neo4j server for testing, you can run the following command:
docker run -d --name neo4j -p 7474:7474 -p 7687:7687 --env=NEO4J_ACCEPT_LICENSE_AGREEMENT=yes --env NEO4J_AUTH=neo4j/password neo4j:enterprise
⚠️ Neo4j Enterprise is a licensed product. Please read the official license documentation