virtualcell / vcell

Virtual Cell Framework
http://vcell.org/
Other
66 stars 20 forks source link

Epic: Implement REST API Endpoints From VCell API #1147

Open AvocadoMoon opened 7 months ago

AvocadoMoon commented 7 months ago

Problem

The REST API has all of the functionality required for it to properly execute the tasks required, but it is using the old HTTP server framework instead of Quarkus.

Solution

Implement the endpoints written for the previous HTTP server framework into Quarkus, while trying to keep as much previous endpoint functionality code the same.

Tasks

Companion Epics