API flowchart

This flowchart provides an overview of the communication between the different modules in our project. It outlines the main components and interactions involved in handling API requests and responses.

FrontendRouteServiceRepositoryVertex- & Edge RepositoryData modelDatabaseSend API requestCall specific service methodsCall specific repository methodsCall vertex and edge methodsExecute Gremlin queriesReturn query resultsValidate dataReturn data as VertexResponse or EdgeResponseValidate dataReturn ResponseModelSend API responseFrontendRouteServiceRepositoryVertex- & Edge RepositoryData modelDatabase

API communication flowchart