@@ -23,27 +23,17 @@ This project showcases a **Solar System visualization web application** built wi
2323
2424---
2525
26- ## 🏗️ Architecture Overview
2726
28- ```
29- ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
30- │ GitHub Repo │───▶│ GitHub Actions │───▶│ Docker Hub │
31- │ │ │ CI/CD │ │ GHCR │
32- └─────────────────┘ └─────────────────┘ └─────────────────┘
33- │
34- ▼
35- ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
36- │ Terraform │───▶│ AWS EKS │───▶│ ArgoCD │
37- │ Infrastructure │ │ Kubernetes │ │ GitOps Deploy │
38- └─────────────────┘ └─────────────────┘ └─────────────────┘
39- │
40- ▼
41- ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
42- │ Prometheus │───▶│ Solar System │───▶│ LoadBalancer │
43- │ + Grafana │ │ Application │ │ Public Access │
44- │ Monitoring │ │ + MongoDB │ │ │
45- └─────────────────┘ └─────────────────┘ └─────────────────┘
46- ```
27+ ## 🏗️ Project Architecture Diagram
28+
29+ You can watch the architecture diagram video below for a visual overview of the system design:
30+
31+ <p align =" center " >
32+ <video width =" 600 " controls >
33+ <source src="assets/Diagram.mp4" type="video/mp4">
34+ Your browser does not support the video tag.
35+ </video >
36+ </p >
4737
4838---
4939
@@ -70,6 +60,20 @@ This project showcases a **Solar System visualization web application** built wi
7060
7161---
7262
63+
64+ ## 🎥 Project Architecture Diagram
65+
66+ You can watch the architecture diagram video below for a visual overview of the system design:
67+
68+ <p align =" center " >
69+ <video width =" 600 " controls >
70+ <source src="assets/Diagram.mp4" type="video/mp4">
71+ Your browser does not support the video tag.
72+ </video >
73+ </p >
74+
75+ ---
76+
7377## 📁 Project Structure
7478
7579```
0 commit comments