Skip to content

rahul1-hoag/gitstream-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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%