Skip to content

Commit 4c803d6

Browse files
authored
Update README.md
1 parent 4cd9c4d commit 4c803d6

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ AutoAudit is a M365 compliance automation platform built by several specialist t
66
## Repository Structure
77
The repo is organized into dedicated top-level folders for each team/service. This ensures clear code ownership, auditability, and minimizes merge conflicts.
88

9-
/api/ # API microservices and interfaces
10-
/backend/ # Backend and business logic
11-
/security/ # Compliance scanning and security modules
12-
/frontend/ # Web frontend/UI code
13-
/engine/ # Infrastructure as code, Kubernetes manifests, CI/CD configs
14-
.other-folders/ # Supporting documentation and shared resources
9+
/api/
10+
# API microservices and interfaces
11+
/backend/
12+
# Backend and business logic
13+
/security/
14+
# Compliance scanning and security modules
15+
/frontend/
16+
# Web frontend/UI code
17+
/engine/
18+
# Infrastructure as code, Kubernetes manifests, CI/CD configs
19+
.other-folders/
20+
# Supporting documentation and shared resources
1521

1622

1723
Each folder was imported from individual repos, preserving full commit history and enabling future traceability.

0 commit comments

Comments
 (0)