Social Media App API Documentation

API overview for the Social Media backend. Built with TypeScript, OOP architecture, MongoDB, and Zod-based request validation.

Stack: TypeScript + Node.js + Express + MongoDB Architecture: OOP + Modular Services Validation: Zod

1) API Group: Auth

Authentication and account lifecycle endpoints with secure token flow and validation for request payloads.

2) API Group: Posts

Endpoints to create, fetch, update, and remove posts with clean OOP controllers/services and MongoDB persistence.

Back to Projects Open in Postman