CLI protype app interacting with a neo4j graph database
Create a config/config.exs file with contents similar to thos
use Mix.Config
config :bolt_sips, Bolt,
url: "bolt://localhost:7687",
basic_auth: [username: "neo4j", password: "test"],
ssl: falsemix escript.build./graph_database