You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,18 @@ AutoAudit is a M365 compliance automation platform built by several specialist t
6
6
## Repository Structure
7
7
The repo is organized into dedicated top-level folders for each team/service. This ensures clear code ownership, auditability, and minimizes merge conflicts.
8
8
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
15
21
16
22
17
23
Each folder was imported from individual repos, preserving full commit history and enabling future traceability.
0 commit comments