Skip to content

92amartins/recfriends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecFriends

A friends' recommendation service that connects you to interesting people!

Friends' Graph

Endpoints

  • friends: Get friends of a person
http://46.101.166.39/recfriends/friends?person=Eduardo
{
	"friends": ["Gabriel", "Mari", "Arthur"]
}
  • suggested: Get suggested friends for a person
http://46.101.166.39/recfriends/suggested?person=Arthur
{
	"suggested": ["Gabriel"]
}

Logs

For some unknown reason, the API can write logs when tested locally, but fails to do so in the server (possibly is a permission issue).

You can find a very basic logging implementation in logs branch. There, sample logs are shown inside api/logs folder for each service.

Issues

You can find some enhancements I'd do to improve the API

Built With

Author

  • Andrei Martins

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages