January 2018
Intermediate to advanced
332 pages
7h 36m
English
Now, to test this, let's start off our web server by running the npm start command from the root folder. Once your application starts, you will see the following message on your terminal:
Application listening on port 3000!
Once the message appears, you can either open Postman or anything else of your choice to make the API calls for suggestions:

We can see that user C has received more score than user E. This is because we can see from the input dataset that the users A and C have more common friends than user A and E. This is why, as per our deduction earlier, the chances of our control landing on node C are higher than ...
Read now
Unlock full access