Skip to content
Open
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
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GreenCode
<img width="1920" height="1080" alt="image" src="https://github.com/user-attachments/assets/36c7468d-a775-4f2a-969a-eae176693b01" /># GreenCode

GreenCode is a full-stack system designed to support environmental, sustainability, and community-impact projects under Bos-Com.
It consists of a **Spring Boot backend API** and a **React frontend** (new addition), with future integrations planned.
Expand All @@ -25,6 +25,19 @@ It consists of a **Spring Boot backend API** and a **React frontend** (new addit

---

## Installation

1. Clone the repository
2. Navigate to the project directory
3. Install dependencies

Example:

git clone https://github.com/username/project.git
cd project
npm install


## 📁 Project Structure
GreenCode/
├── src/ # Spring Boot source code
Expand Down