Skip to content

Twatson55/gitstream-demo

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”§ GitStream Automation Demo

A full-stack demo app used to showcase gitStream automations like AI, codeExperts, contributor mapping, and PR workflows.

πŸ—‚οΈ Structure

  • frontend/ – HTML/JS UI and NodeJS proxy
  • services/auth-python/ – Auth (FastAPI)
  • services/billing-csharp/ – Billing (.NET Core)
  • services/orders-java/ – Orders (Spring Boot)
  • .cm/ – gitStream config
  • docker-compose.yml – Runs everything

🧭 Architecture

graph TD

  subgraph "☁️ Public Services"
    P[🧭 Proxy<br/> NodeJS]
  end

  subgraph "πŸ§‘β€πŸ’» Client"
    A[🌐 Frontend <br/> HTML/JS]
  end

  subgraph "🏒 Internal Services"
    B[πŸ” Auth Service <br/> Python & FastAPI]
    D[πŸ“¦ Orders Service <br/> Java & Spring Boot]
    C[πŸ’³ Billing Service <br/> CSharp & ASP.NET]
  end

  A --> P
  P --> B
  P --> D
  D --> B
  D --> C
Loading

πŸš€ Usage

docker-compose up --build

Open a browser to http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 40.1%
  • C# 29.2%
  • JavaScript 13.2%
  • Python 7.8%
  • Dockerfile 6.5%
  • HTML 3.2%