
In this challenge, you will have to create a REST API for a developer's database. This REST API will return whether two developers are fully connected, or not, to the database.


Our company wants to improve the quality of its database of developers, and for that we have planned a series of new features to better understand the relationship between devs. In this case, we will create a REST API which will return whether two developers are fully connected or not.
In the creation of this REST API we will have to take into account that two developers are connected if they follow each other on Twitter, or if they have a Github organization in common.
It is expected to perform this challenge using Python 3. Also it is expected to create a clean, maintainable and well-designed code, and to test your code until you are comfortable with.
ABOUT THE CREATOR
Mauro Gómez is the CTO and Co-Founder of Rviewer. Software Engineer with more than 7 years of experience both as a developer and as a researcher in the field.
He has done research in prominent places such as the Barcelona Supercomputing Center, and worked in leading companies such as Adsmurai, as Team Lead and Big Data Developer, or Sabentis, evolving its SaaS platform.
Ready to challenge yourself and build something you're proud of?