watch-finished-turbo

Timothy Pomeroy c53cbe19a2 Add .cursorrules file with comprehensive repository structure documentation for AI assistants пре 1 месец
.vscode 7b7c4f0ac9 Initial commit пре 1 месец
apps b63ce13163 Update READMEs, add data README, remove legacy code, move dev notes to docs пре 1 месец
data b63ce13163 Update READMEs, add data README, remove legacy code, move dev notes to docs пре 1 месец
docs b63ce13163 Update READMEs, add data README, remove legacy code, move dev notes to docs пре 1 месец
packages ea3fb5e455 Update package READMEs and add missing documentation пре 1 месец
.cursorrules c53cbe19a2 Add .cursorrules file with comprehensive repository structure documentation for AI assistants пре 1 месец
.gitignore 7b7c4f0ac9 Initial commit пре 1 месец
.npmrc 7b7c4f0ac9 Initial commit пре 1 месец
Dockerfile b63ce13163 Update READMEs, add data README, remove legacy code, move dev notes to docs пре 1 месец
README.md 3b3d8d28ae Simplify main README to point to detailed docs in apps/*/README.md and docs/ пре 1 месец
docker-compose.yml 7b7c4f0ac9 Initial commit пре 1 месец
package.json 7b7c4f0ac9 Initial commit пре 1 месец
pnpm-lock.yaml b63ce13163 Update READMEs, add data README, remove legacy code, move dev notes to docs пре 1 месец
pnpm-workspace.yaml 7b7c4f0ac9 Initial commit пре 1 месец
turbo.json 7b7c4f0ac9 Initial commit пре 1 месец

README.md

Watch Finished Turbo

A modern, full-stack video processing system built with Turborepo. Automatically monitors directories, processes videos with HandBrake, and provides a complete web interface for management.

Quick Start

# Install dependencies
pnpm install

# Start all services (web + API)
pnpm run dev

# Or start individually
pnpm run web      # Web interface on :3000
pnpm run service  # API server on :3001
pnpm run cli      # Interactive CLI

Documentation

For detailed information, see:

Project Structure

├── apps/
│   ├── web/          # Next.js web interface
│   ├── service/      # NestJS API server
│   └── cli/          # Command-line interface
├── packages/         # Shared configurations
├── data/             # SQLite database
├── docs/             # Documentation
└── scripts/          # Build scripts