diff --git a/BOS b/BOS new file mode 160000 index 0000000..b187bbf --- /dev/null +++ b/BOS @@ -0,0 +1 @@ +Subproject commit b187bbfa028bb61a58af04dd92017e2befb83412 diff --git a/LifeLine-ICT b/LifeLine-ICT new file mode 160000 index 0000000..0231e91 --- /dev/null +++ b/LifeLine-ICT @@ -0,0 +1 @@ +Subproject commit 0231e918b36527059efa685852ec2c47562e8702 diff --git a/OpenCare-Core b/OpenCare-Core new file mode 160000 index 0000000..f717bf6 --- /dev/null +++ b/OpenCare-Core @@ -0,0 +1 @@ +Subproject commit f717bf67748ed856434219ad0c949c3755f11d20 diff --git a/README.md b/README.md index 2decc67..7afbdf4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 +