clowder-framework / CONSORT-frontend

custom react frontend working with consort clowder instance
0 stars 0 forks source link

Server makes all clowder calls #49

Closed minump closed 11 months ago

minump commented 1 year ago

Connect client and server. Store the clowder API Key in server. Make an endpoint that the client calls, once log in is successful. The client only makes that one call to the server. The server makes the other calls to clowder backend apis.

20230912_132103

The red highlighted shows the current implementation. Instead of that implement the green highlighted part.