Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions BOS
Submodule BOS added at b187bb
1 change: 1 addition & 0 deletions LifeLine-ICT
Submodule LifeLine-ICT added at 0231e9
1 change: 1 addition & 0 deletions OpenCare-Core
Submodule OpenCare-Core added at f717bf
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It consists of a **Spring Boot backend API** and a **React frontend** (new addit

---

## 🚀 Features
## Features

### Backend (Spring Boot)
- RESTful API
Expand All @@ -25,13 +25,19 @@ It consists of a **Spring Boot backend API** and a **React frontend** (new addit

---

## 📁 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
## Project Structure
- `src/` - Spring Boot source code
- `config/` - External configuration and scripts
- `docs/` - Architecture and API docs
- `scripts/` - Project scripts
- `BOS/` - Standalone BOS project
- `LifeLine-ICT/` - Standalone LifeLine-ICT project
- `OpenCare-Core/` - Standalone OpenCare-Core project
- `pom.xml` - Maven build file
- `Dockerfile` - Docker image definition
- `docker-compose.yml` - Docker orchestration
- `env.example` - Environment variable template
- `LICENSE` - License details