jeannieMo / COMS-4153-Project-composite-microservice

0 stars 0 forks source link

Composite Microservice #1

Open jeannieMo opened 3 weeks ago

hoquesumya commented 3 weeks ago

I implemented two asynchronous GET requests to the sub-resources and one synchronous POST request.

Example use case: To submit a POST request to the study group resource, it is essential to validate whether the user is part of the StudyLink account and registered in the specific coursework for the study group.

Testing: Two sub-resources are hosted in the cloud, while the third is deployed locally. Currently, the composite service is also hosted locally.

TODO: Deploy the composite service and other components TODO: Create the post, out, get APIs to connect to the frontend

Screenshot 2024-10-30 at 8 56 09 PM