Steps for code execution:
- Step 1: download and install neo4j desktop. link
- Step 2: install apoc plugin in neo4j desktop(project level or globally refer). ref link
- Step 3: create new database in neo4j desktop with password as 'test' (without quotes)
- Step 4: click on open database
- Step 5: install packages present in pipfile by opening teminal at project root folder and run
pipenv install
. (Install pipenv if not already installed) - Step 6: finally, run
pipenv run python3 main.py