Generic Backend of a Social Media App using FastAPI This API has 4 routes 1) Post This route is reponsible for creating post, deleting post, updating post and Checkinh post 2) Users This route is about creating users and searching user by id 3) Auth This route is about login system 4) Vote This route is about likes or vote system and this route contain code for upvote or back vote there is not logic about down vote