From a6b7f8bdc6589eb069013801edb5bd7b60e76f85 Mon Sep 17 00:00:00 2001 From: Suhas Kumar D Date: Fri, 20 Feb 2026 23:40:55 +0530 Subject: [PATCH] Remove project structure from README Removed project structure section from README. --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.md b/README.md index ec4d0b5..6b94862 100644 --- a/README.md +++ b/README.md @@ -71,33 +71,6 @@ Frontend (Planned) * Chart.js / Recharts – Trust score visualization * REST APIs – Backend integration - 📂 Project Structure - -trustcode-platform/ -│ -├── backend/ -│ ├── main.py # FastAPI entry point -│ ├── requirements.txt # Backend dependencies -│ ├── api/ # API route definitions -│ ├── services/ # Trust logic & AI analysis -│ ├── models/ # Database models -│ └── utils/ # Helper utilities -│ -├── frontend/ -│ ├── README.md # Frontend documentation -│ └── src/ # UI source code (planned) -│ -├── .github/ -│ └── workflows/ -│ └── ci.yml # GitHub Actions CI pipeline -│ -├── docs/ -│ ├── architecture.md # System architecture -│ └── trust-model.md # Trust score methodology -│ -├── README.md # Project documentation -└── .gitkeep # Placeholder for empty dirs - 📊 Trust Score Model (Conceptual)