Simple Neo4j GraphQL Server with basic auth in Node.js to get started and hopefully not spend most your time on configuration
npm install
npm install nodemon --save-dev
Use the ._env as an example inside the folder, where you just need to add the Neo4j connection info.
Go to the settings file following neo4j docs, you can find your bolt
connection settings to ctrl + f
.
- dbms.connector.bolt.enabled => should be true
- dbms.connector.bolt.listen_address => copy this address
- dbms.connector.bolt.advertised_address => OR copy this address
Once found & enabled then copy paste the address into your .env
npm run dev
npm run start