Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 455 Bytes

4_user_interface.rst

File metadata and controls

19 lines (11 loc) · 455 Bytes

User Interfaces

There is a GUI for development purposes provided by Neo4j. In order to invoke the GUI, a user has to run a Neo4j instance, open a browser and go to:

http://localhost:7474

or if using a remote Neo4j instance:

http://85.10.197.57:7474

which is the Roboy server.

All other parts of the module are provided without GUI and offer interaction on a command line level.