MLH-Fellowship / SocioMark

A social media platform that lets you upload images and secures them by embedding a personalised hash.
https://sociomark.netlify.app
MIT License
15 stars 8 forks source link

Add report threshold #136

Closed amalaabraham closed 3 years ago

amalaabraham commented 3 years ago

Resolves #107

  1. Return the post only if the number of reports < threshold
    • retrieve_posts API (Retrieve all posts with user id present in the database)
    • retrieve_all_posts API (Retrieve all posts from the database)
    • retrieve_post API (Retrieve a post with a matching ID)
  2. Added threshold to an env