# Application Documentation This directory contains core application documentation essential for understanding and working with the Turash platform. ## Core Documents ### [MVP Concept](mvp_concept.md) Complete specification of the Minimum Viable Product including: - Business logic and user workflows - Technical architecture decisions - Feature prioritization and scope - Implementation roadmap ### [Database Structure](database_structure.md) Complete database schema and relationships: - Entity definitions and relationships - Table structures and constraints - Indexing strategy - Migration patterns ## Usage **For New Developers**: Start with [MVP Concept](mvp_concept.md) to understand what the application does and how it works. **For Database Work**: Read [Database Structure](database_structure.md) to understand the data model and relationships. **For Architecture Decisions**: Both documents provide the foundation for understanding technical choices and constraints. ## Relationship to Other Documentation - **[Concept Docs](../concept/)**: Strategic vision and market analysis - **[Implementation Docs](../implementation/)**: Technical implementation plans and status - **[Business Docs](../business/)**: Business strategy, funding, and branding - **[Dev Guides](../dev_guides/)**: Framework and tool documentation