Production-grade backend for downloading videos from multiple platforms.
# 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- ✅ User authentication (JWT)
- ✅ Download management with real-time progress
- ✅ Extensible provider system
- ✅ Background job processing
- ✅ Async download queue
See GitHub Releases for endpoint details.
See Projects for V2 plans.