Closed giseleiradu closed 5 years ago
Follow the user by the username
Unfollow the user by the username
View the follows
The user who follows, unfollows and who views the follows should be a signed one
Implement follow, unfollow, and view follows endpoints
Test endpoints
Swagger documentation for the endpoints
Using the browser or postman, through this link localhost:3000/api/profiles/: username/follow
localhost:3000/api/profiles/: username/follow
For viewing the follows is through this link localhost:3000/api/profiles/follow
localhost:3000/api/profiles/follow
The method post follows, the deleteunfollows, and the get for view
post
delete
get
What does this PR do?
Follow the user by the username
Unfollow the user by the username
View the follows
Description of Task to be completed?
The user who follows, unfollows and who views the follows should be a signed one
Implement follow, unfollow, and view follows endpoints
Test endpoints
Swagger documentation for the endpoints
How should this be manually tested?
Using the browser or postman, through this link
localhost:3000/api/profiles/: username/follow
For viewing the follows is through this link
localhost:3000/api/profiles/follow
The method
post
follows, thedelete
unfollows, and theget
for viewAny background context you want to provide?
What are the relevant pivotal tracker stories?
165020130
Screenshots (if appropriate)
Following
Unfollowing
View Follows
Questions: