Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 557 Bytes

File metadata and controls

33 lines (24 loc) · 557 Bytes

MVG Observer

Real-time departure monitoring for Munich's subway system (MVG).

Project Structure

  • frontend/ - React/Remix frontend application
  • backend/ - Go HTTP server with ClickHouse integration
  • .github/ - CI/CD workflows

Development

Frontend

cd frontend
pnpm install
pnpm dev

Backend

cd backend
go run .

Docker

docker-compose up

Build & Deploy

The project uses multi-stage Docker builds. GitHub Actions automatically builds and publishes container images on push to main.