amqkv / SOEN-341

0 stars 0 forks source link

Implement follow/unfollow feature (backend) #34

Closed amqkv closed 3 years ago

amqkv commented 3 years ago

User story #33

Description Implement the relationship between users in the database to show who follows who.

Notes: -Modify user database for the followers/following -POST request for follow/unfollow -Integrate with the front-end

Has to be done first