How to connect a node.js/GraphQL server to an auraDB

I am a AI/ML programming in python (6 yrs), and started writing webapps in nuxt,vue,node (2yrs). I am new to Neo4j.
I am trying to do a test setup of node.js/apollo/graphQL and then connect it to an AuraDB instance. This seems elementary, but I can't find anything in documentation/forum/videos that deals with the set up of .env file and basic steps to connect to a remote DB on Aura. I have given it a few hours of hunting... If someone has a link, or 5 lines of code that will allow me to clear this hurdle, I will owe you one.

I've got a very basic example of doing this in my github repo - GitHub - LackOfMorals/GraphQL_server_with_neo4j_and_Apollo

1 Like

thanks. I will chew through it.