
POST /auth/signup / POST /auth/login → secure user authenticationGET /posts?limit=20&skip=0 → paginated feedPOST /posts/{id}/like → idempotent like/unlikePUT /posts/{id} / DELETE /posts/{id} → owner-only actionsPosted Sep 19, 2025
Built a Social Media API with FastAPI, handling auth, posts, likes, and data modeling with PostgreSQL.