A full-stack demo app used to showcase gitStream
automations like AI, codeExperts
, contributor mapping, and PR workflows.
frontend/
β HTML/JS UI and NodeJS proxyservices/auth-python/
β Auth (FastAPI)services/billing-csharp/
β Billing (.NET Core)services/orders-java/
β Orders (Spring Boot).cm/
β gitStream configdocker-compose.yml
β Runs everything
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
docker-compose up --build
Open a browser to http://localhost:3000/