You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A social media backend API built with NestJS and TypeScript. It supports JWT authentication with OTP verification, user profiles, posts, image uploads via Cloudinary, user search, and pagination. The app uses PostgreSQL with TypeORM, Redis for caching, global auth guard with public route decorators, and class-based validation with DTOs.