Skip to content

Repository files navigation

GreenEarthX Co-Work Platform

Enterprise platform for green fuel finance.

Quick Start

Backend (Port 8000)

cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8000

Frontend (Port 3000)

cd frontend
npm install
npm run dev

Finance Engine (Port 8001)

cd finance-engine/backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8001

Features

  • Decision Twin certification engine
  • Project finance orchestrator
  • TR1-TR9 tracking
  • 5-tranche drawdown management
  • Covenant monitoring

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages