# Pantry Documentation Complete documentation for the Pantry household inventory management system. ## πŸ“š Documentation Structure ### πŸš€ Getting Started - **[Project Overview](PROJECT_PLAN.md)** - Vision, roadmap, and MVP phases - **[Local Setup Guide](development/local-setup.md)** - Docker Compose development environment - **[Getting Started](development/getting-started.md)** - Quick start for new developers ### πŸ—οΈ Architecture - **[Architecture Overview](architecture/overview.md)** - Tech stack, design decisions, data flow - **[Database Schema](architecture/database.md)** - Tables, relationships, RLS policies, migrations - **[API Reference](architecture/api.md)** - Supabase endpoints, Edge Functions, helpers ### πŸ’» Development - **[Development Workflow](development/workflow.md)** - Daily workflow, conventions, best practices - **[Git Workflow](development/git-workflow.md)** - Branching strategy, PR process, reviews ### 🚒 Deployment - **[Production Deployment](deployment/production.md)** - Docker, Coolify, environment setup - **[CI/CD Pipeline](deployment/ci-cd.md)** - Automated testing, builds, deployments --- ## 🎯 Quick Links by Role ### New Developer 1. [Local Setup Guide](development/local-setup.md) - Get running in 5 minutes 2. [Architecture Overview](architecture/overview.md) - Understand the stack 3. [Development Workflow](development/workflow.md) - Daily development process ### Feature Implementation 1. [Database Schema](architecture/database.md) - Table structure and queries 2. [API Reference](architecture/api.md) - Available endpoints 3. [Git Workflow](development/git-workflow.md) - Branch naming, PR checklist ### Deployment & Operations 1. [Production Deployment](deployment/production.md) - Deploy to production 2. [CI/CD Pipeline](deployment/ci-cd.md) - Automated workflows --- ## πŸ“Š Current Status **MVP Progress:** 14/34 issues complete (41.2%) - βœ… Week 1: Database + Frontend Foundation (6/6) - βœ… Week 2: Core Inventory Management (8/8) - πŸ”„ Week 3: Barcode Scanning (1/5) - ⏸️ Week 4-6: Tag UI, PWA, Deployment (20 remaining) See [PROJECT_PLAN.md](PROJECT_PLAN.md) for detailed roadmap. --- ## 🀝 Contributing For contribution guidelines, see [Development Workflow](development/workflow.md). Key points: - Feature branches off `develop` - PRs require review before merge - Follow conventional commits - Write tests for new features --- ## πŸ”— External Resources - **Repository:** https://gitea.jeanlucmakiola.de/pantry-app/pantry - **Supabase Docs:** https://supabase.com/docs - **Nuxt 4 Docs:** https://nuxt.com - **Open Food Facts API:** https://wiki.openfoodfacts.org/API --- **Last Updated:** 2026-02-09 **Version:** 0.1.0-alpha (MVP in progress)