Many to many relationship like following/followers

I am considering using strapi in my next project but I have doubts about how to use many to many relationships.

I will have a structure similar to instagram / facebook (one user will be able to follow the other).

I tried to create a “Follow” table and insert a many to many relationship with users-permission but it didn’t work as expected.

What would be the best way to do this? It’s possible?

1 Like