# Documentation This directory contains all project documentation organized by category. ## Structure - **[app/](app/)** - **🏗️ Core Application Documentation** (First Priority) - **[business/](business/)** - Business strategy, branding, funding - **[implementation/](implementation/)** - Implementation plans and reports - **[concept/](concept/)** - Strategic concept and research - **[dev_guides/](dev_guides/)** - Development guides - **[api/](api/)** - API documentation ## 🚀 Quick Start for Developers **Start Here**: [Application Documentation](app/) - Core docs for understanding and working with Turash ## 🚨 Critical: Frontend-Backend Gap Analysis **⚠️ IMPORTANT**: Before deploying, read the **[Gap Analysis Report](gap-analysis-report.md)** - identifies critical missing backend endpoints that break frontend functionality. ## 🚀 Quick Start for Developers **Start Here**: [Application Documentation](app/) - Core docs for understanding and working with Turash ## 📖 Documentation by Role ### For Application Developers - **[API Overview](api/overview.md)** - API architecture and design principles - **[MVP Concept](app/mvp_concept.md)** - Complete application specification - **[Database Structure](app/database_structure.md)** - Data models and relationships ### For API Integration - **[Organizations API](api/organizations.md)** - Complete organization management - **[Resources API](api/resources.md)** - Resource flow management - **[Matching API](api/matching.md)** - Resource matching and optimization - **[API Reference](api/README.md)** - All endpoints and examples - **[Gap Analysis Report](gap-analysis-report.md)** - **🔴 Critical missing endpoints** ### For Business Stakeholders - [Turash Branding](business/turash_branding.md) - Brand identity and positioning - [Funding Strategy](business/funding/) - EU and international funding programs ### For Implementation Teams - [Architecture Refactoring Plan](implementation/ARCHITECTURAL_REFACTORING_PLAN.md) - Backend modernization - [Implementation Gap Report](implementation/IMPLEMENTATION_GAP_REPORT.md) - Current vs. required features