Open
Description
Is your feature request related to a problem? Please describe.
As of now, there is no backend implementation for the functionalities like:
- Follow or unfollow any user
- Block or unblock user by admins
- Get all the events created by a user
- Get all the posts created by a user
- Paginate all the REST API where the response of that request would be large enough to slow the system.
- Get all the details of a user profile
Describe the solution you'd like
Implement REST API for all the above-mentioned functionalities.
Additional context
Working on it