utat-ss / tree-visualizer

An interactive requirements engineering tool
1 stars 0 forks source link

Add frontend <-> backend API #4

Closed jdtech3 closed 1 year ago

jdtech3 commented 1 year ago

Added a /api/requirements endpoint in Express.js on the server-side, with parsing + vis-network logic into GraphComponent on client-side.

Tests were not yet implemented as this is more intended to be an initial proof-of-concept/demo and API structure/details are still very much in flux.