Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a quick test project. The goal of this test is to create a method of examining a Social Network. You are given dataset (data.json) representing

a quick test project. The goal of this test is to create a method of examining a Social Network. You are given dataset (data.json) representing a group of people, in the form of a social graph. Each person listed has one or more connections to the group.

Use data.json provided. You should then create a Web app or an API endpoint, which provides functionality to choose a person within the group stored in the database and display the following information about this person:

Direct friends: those people who are directly connected to the chosen user (required);

Friends of friends: those who are two steps away from the chosen user but not directly connected to the chosen user (required);

Suggested friends: people in the group who know 2 or more direct friends of the chosen user but are not directly connected to the chosen user (optional);

General Requirements:

use php and html

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Carlos Coronel, Steven Morris

14th Edition

978-0357673034

More Books

Students also viewed these Databases questions