The problem SocialMoyo solves
This project is a social networking platform, where you can:
- Register yourself as an user
- Follow and un-follow people
- Create, like and delete posts
- Logout any time you want
Challenges we ran into
Few challenges were faced while implementing the project:
- Implementing the graph data structure for creating a network among the users and make use of the follow and unfollow functionality.
- Linking the backend with the frontend.
- Making API calls