Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CodeFlow Engine - Documentation Index

Welcome to the CodeFlow Engine documentation! This index helps you find the documentation you need.


Quick Links

🚀 Getting Started

📚 Deployment Guides

Local Development

Cloud Deployment

Full Stack

🏗️ Architecture

  • System Architecture - Complete system design
    • High-level architecture
    • Component interactions
    • Data flows
    • Deployment architecture
    • Technology stack

🔌 API Reference

  • API Documentation - Complete API reference
    • REST API endpoints
    • WebSocket API
    • Authentication
    • Rate limiting
    • Error codes
    • Request/response examples

🧪 Testing


Documentation by Role

For Developers

Getting Started:

  1. Quick Start Guide
  2. Environment Variables
  3. Architecture Overview

Development:

For DevOps Engineers

Deployment:

  1. Full Deployment Guide
  2. Azure Deployment
  3. Kubernetes Deployment
  4. Full Stack Deployment

Configuration:

For Contributors

Getting Started:

  1. CONTRIBUTING.md - Contribution guidelines
  2. Testing Strategy
  3. Coverage Improvement Plan

Writing Tests:

For API Consumers

API Reference:

  1. API Documentation - Complete API reference
  2. OpenAPI/Swagger - Available at /docs endpoint

Integration:


Documentation Structure

docs/
├── README.md                    # This file
├── deployment/                  # Deployment guides
│   ├── QUICK_START.md
│   ├── DEPLOYMENT_GUIDE.md
│   ├── AZURE_DEPLOYMENT.md
│   ├── KUBERNETES_DEPLOYMENT.md
│   └── ENVIRONMENT_VARIABLES.md
├── architecture/                # Architecture documentation
│   └── ARCHITECTURE.md
├── api/                         # API documentation
│   └── API.md
└── testing/                     # Testing documentation
    ├── TESTING_STRATEGY.md
    ├── COVERAGE_GUIDE.md
    ├── COVERAGE_IMPROVEMENT_PLAN.md
    ├── INTEGRATION_TESTING.md
    └── E2E_TESTING.md

Common Tasks

I want to...

...deploy CodeFlow Engine: → Start with Quick Start or Full Deployment Guide

...configure environment variables: → See Environment Variables Reference

...understand the architecture: → Read Architecture Documentation

...use the API: → See API Documentation

...write tests: → Start with Testing Strategy

...improve test coverage: → Follow Coverage Improvement Plan

...deploy to Azure: → See Azure Deployment Guide

...deploy to Kubernetes: → See Kubernetes Deployment Guide

...set up local development: → Use Quick Start with Docker Compose


Additional Resources


Support

For questions or help:

  • GitHub Issues: codeflow-engine/issues
  • Documentation: This index and linked guides
  • API Docs: Available at /docs endpoint when server is running

Last Updated: 2025-01-XX