From dbc3181bd9339ab204a1344ce8de3f39bd1514f3 Mon Sep 17 00:00:00 2001 From: Dennis Njogu Date: Wed, 20 May 2026 15:28:08 +0600 Subject: [PATCH] Fix README project structure mismatch (#25) --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 75e43f2..6ab1911 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,8 @@ It consists of a **Spring Boot backend API** ## 📁 Project Structure -GreenCode/ -├── src/ # Spring Boot source code -├── config/ # external configuration & scripts -├── docs/ # architecture, API docs -├── greencode-frontend/ # React frontend (new) -├── pom.xml # Maven build file -└── docker-compose.yml # Docker orchestration +The repository currently contains only the backend system. +- Backend: Core application logic and APIs +- Frontend: Not included in this repository (may be developed separately in the future) \ No newline at end of file