1 Using Visual Studio 2017 open this solution. Observe that the application is listening at port 8000:
2 Run that solution watching VS 2017 output panel. The application will start the browser and you should see the image below (the UI on this instance is prevented from causing any actions as these actions have to be invoked from carmel-fe)
3 Leave this app running and start postman. Set the url to `http://localhost:8000/api/components ensuring that you would be issues the http get command once you push on the Send button. However, before pushing on that button, set the breakpoint on this line - and then push on the Send button in postman.
Steps:
1 Using Visual Studio 2017 open this solution. Observe that the application is listening at port 8000:
2 Run that solution watching VS 2017 output panel. The application will start the browser and you should see the image below (the UI on this instance is prevented from causing any actions as these actions have to be invoked from carmel-fe)
3 Leave this app running and start postman. Set the url to `http://localhost:8000/api/components ensuring that you would be issues the http
get
command once you push on the Send button. However, before pushing on that button, set the breakpoint on this line - and then push on the Send button in postman.You should see this same data in postman as