Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 736 Bytes

File metadata and controls

36 lines (24 loc) · 736 Bytes

Vidiflow - Backend

Production-grade backend for downloading videos from multiple platforms.

Quick Start

# Install dependencies
npm install

# Configure environment
cp .env.example .env
# Edit .env with your database credentials

# Run migrations
npx prisma migrate dev

# Start development
npm run dev

Features

  • ✅ User authentication (JWT)
  • ✅ Download management with real-time progress
  • ✅ Extensible provider system
  • ✅ Background job processing
  • ✅ Async download queue

API Documentation

See GitHub Releases for endpoint details.

Roadmap

See Projects for V2 plans.