From the course: Node.js: Microservices

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

What's your goal for this chapter?

What's your goal for this chapter? - Node.js Tutorial

From the course: Node.js: Microservices

What's your goal for this chapter?

- [Narrator] In this chapter, we will be closing the loop between our consumer application and an external service, the catalog service. For this we will create a little rest client that will take care of querying the registry and making the call to the service. Then we will change the service class that previously handled the catalog to utilize the catalog service. Finally, we'll also create the card service. This will be an easy one as I have prepared most of it already. Let's get started.

Contents