diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md new file mode 100644 index 0000000..3e423be --- /dev/null +++ b/ARCHITECTURE.md @@ -0,0 +1,29 @@ +# System Architecture + +```mermaid +graph TD + A[Frontend] --> B[index.html] + B --> C[style.css] + C --> D[script.js] + A --> E[Build] + E --> F[Dockerfile] + F --> G[Container] + H[CI/CD] --> I[Jenkinsfile] + I --> G[Container] + G --> J[Deployment] + K[ Technologies ] --> L[HTML/CSS/JS] + L --> M[Frontend Frameworks] + M --> N[React/Vue/Angular] + O[ Technologies ] --> P[Containerization] + P --> Q[Docker] + Q --> R[Container Orchestration] + R --> S[Kubernetes] + T[ Technologies ] --> U[CI/CD] + U --> V[Jenkins/GitLab CI/CD] + V --> W[Automated Testing] + X[ Technologies ] --> Y[Deployment] + Y --> Z[Cloud Providers] + Z --> AA[AWS/Google Cloud/Azure] +``` + +> Generated by GitGenius Sentinel \ No newline at end of file