Skip to content

Latest commit

 

History

History
59 lines (52 loc) · 2.75 KB

File metadata and controls

59 lines (52 loc) · 2.75 KB

underwrite Documentation

Welcome to the underwrite documentation. This platform provides a nano-service architecture for delegated underwriting in unsecured lending.

Quick Links

Documentation Map

docs/
├── README.md               ← You are here
├── INDEX.md                ← Master navigation
├── ARCHITECTURE.md         ← High-level architecture
├── SYSTEM_DESIGN.md        ← Runtime behavior & data flow
├── DIRECTORY_STRUCTURE.md  ← File system layout
├── DESIGN_DECISIONS.md     ← Architectural choices
├── DOMAIN_MODEL.md         ← Core entities & business rules
├── API.md                  ← Public interfaces & services
├── CONFIGURATION.md        ← Configuration system
├── ENVIRONMENT_VARIABLES.md← Complete env var reference
├── INSTALLATION.md         ← Setup instructions
├── QUICKSTART.md           ← 5-minute guide
├── DEVELOPMENT.md          ← Local workflow & tooling
├── BUILD.md                ← Build & packaging
├── TESTING.md              ← Test suite guide
├── DEBUGGING.md            ← Debugging workflows
├── DEPLOYMENT.md           ← Production deployment
├── OPERATIONS.md           ← Operational procedures
├── OBSERVABILITY.md        ← Logging, metrics, tracing
├── PERFORMANCE.md          ← Performance characteristics
├── SECURITY.md             ← Security model
├── DATABASE.md             ← Database schema & patterns
├── MIGRATIONS.md           ← Migration strategy
├── DEPENDENCIES.md         ← Dependency reference
├── TROUBLESHOOTING.md      ← Common issues & fixes
├── FAQ.md                  ← Frequently asked questions
├── CONTRIBUTING.md         ← How to contribute
├── CODE_STYLE.md           ← Coding standards
├── RELEASE_PROCESS.md      ← Release workflow
├── CHANGELOG_GUIDE.md      ← Changelog maintenance
├── MAINTENANCE.md          ← Long-term maintenance
├── ROADMAP.md              ← Future plans
├── GLOSSARY.md             ← Terminology
└── ADR/                    ← Architecture Decision Records
    └── README.md

Related Resources