Closed Ameya05 closed 7 years ago
I have made the mentioned changes. I have changed UI and Gateway. Please check.
Looks like your instructions are not updated.
Please update the instructions in your Wiki about which index.html file is supposed to be used. The wiki states that it is in api_server/static , but the changes you made in your last commit are in the index.html file which is in the root directory.
Tie your commits to the issue by adding a message "#commit_number" in the commit. e.g. to reference the next commit with this issue, you could use a commit message like "#9 : Fixed index.html file "
I tried the index.html in the root directory, but it is throwing an error. I Noticed that you changed the node.js microservcie endpoint, update ur gateway/ instructions accordingly
The UI has to be served through a server, and should not be static file access. Add instructions on how to access the UI from browser. for e.g. Open https://localhost:20000/apigateway/index.html
Made the specified changes, please check.
I would be regrading your assignment, let me know which commit / branch to check.
Please check master branch. Latest Commit -- 9241706c074586ed3531464baf2d128fc0076ada.
Working as expected, closing this issue.
All microservices are running fine.
There is an UI and a API Gateway, but the UI index.html has redirect links to the microservices.
Instead, the expected workflow is
The User should not be redirected away from the UI. The API Server is not serving the purpose at the moment.
Please implement an API server which acts as a gateway to the microservices. You could refer the lecture slides for a better understanding.