Final Challenge

We have developed two separate services: Billionaire's Club and Elite Club. Can we make these two services talk to each other?

We'll cover the following

Problem Statement

We have developed two applications but they don’t really do much other than simple crud operation. In order for them to be useful, they need to talk to each other.

The user of the Elite Club application wants a preview of the club by seeing the top 50 members of the club using endpoint /club/billionaire/preview.

Clearly, we need to connect two applications using HTTP.

Can we implement this feature for Elite Club users?

Get hands-on with 1200+ tech skills courses.