Skip to content

Rework Neo4j Module

create routes:

  • to handle nodes (CRUD)
  • to handle edges (CRUD)
  • to handle relationships (CRUD)
  • to handle graph (for visual representation of Data)

make code easier to maintain:

  • move routes to neo4j module
  • make code more readable
  • comment what the routes do