Share some posts from all users, using some common templates.
Login to a user and go to http://127.0.0.1:8000/api/v1/recommend_posts/ in your browser. (or send a GET request with authentication credentials from some REST client)
You should see some posts that have been shared using the templates you are using the most.
About
Implemented a basic post recommendation backend that looks at the data templates in common with other posts.
Changes
Visuals
It's not a visual change, but here are some examples from the returned data:
GET:
http://127.0.0.1:8000/api/v1/recommend_posts/
Response:GET:
http://127.0.0.1:8000/api/v1/recommend_posts/?limit=1
Response:Testing
http://127.0.0.1:8000/api/v1/recommend_posts/
in your browser. (or send a GET request with authentication credentials from some REST client)