eedb049bab
Next.js 16 app with full CRUD lead management: - REST API (/api/leads) with GET (pagination), POST, PUT, DELETE (soft delete) - Zod validation (server + client), Supabase (PostgreSQL) - Responsive UI: leads table (desktop) + cards (mobile), modal form, toast notifications - 43 tests (Vitest + React Testing Library): validation, components, pagination - Docker setup (multi-stage build, health check) - Supabase migration + 15 seed leads - Documentation (CLAUDE.md, README, API docs) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
102 B
Plaintext
14 lines
102 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.gitignore
|
|
temp
|
|
*.md
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.claude
|
|
coverage
|
|
.vscode
|
|
.idea
|