Backend clone of social media app by using FastAPI This API has 4 routes
- Post route This route is reponsible for creating post, deleting post, updating post and Checkinh post
- Users route This route is about creating users and searching user by id
- Auth route This route is about login system
- Vote route 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 how to run locally.
More Details including how to setup and connect database coming soon.....