• Lior's avatar
    feat: initialize ApiApp copier template for pure API applications · 9cdba9e6
    Lior authored
    Template provides:
    - FastAPI-based REST API scaffold
    - Health check endpoints (health, liveness, readiness probes)
    - Pydantic models for API responses
    - Service layer base class
    - Configuration management with environment variables
    - Logging utilities
    - Docker deployment support
    - pytest test framework setup
    
    Co-authored-by: Lior
    9cdba9e6
README.md 1.11 KB