Repo Structure¶
LocalCloudLab/ │ ├── k8s/ │ ├── gateway/ │ ├── search-api/ │ ├── checkin-api/ │ ├── postgres/ │ ├── redis/ │ ├── rabbitmq/ │ ├── monitoring/ │ └── cert-manager/ │ ├── src/ │ ├── Search.Api/ │ ├── Checkin.Api/ │ └── Shared/ │ ├── ci-cd/ │ ├── search-api-deploy.yml │ ├── checkin-api-deploy.yml │ └── infra-deploy.yml │ ├── docs/ │ ├── sections/ │ └── LocalCloudLab_Full_Guide.docx │ └── README.md