🚀 MOVE Backend API

Live Streaming Video Sharing Platform

Server Running

📊 Admin Panel

🔐 Access Django Admin

Manage users, videos, comments, and stream requests

🔗 API Endpoints

Authentication

POST /api/auth/signup/
POST /api/auth/login/
POST /api/auth/logout/
GET /api/auth/me/

Videos

GET /api/videos/
POST /api/videos/

Comments

GET /api/videos/<video_id>/comments/
POST /api/videos/<video_id>/comments/

Live Streaming NEW

POST /api/v1/stream/token/
POST /api/v1/stream/request/
GET /api/v1/stream/requests/
POST /api/v1/stream/requests/<id>/cancel/