Skip to content

Latest commit

 

History

History
135 lines (90 loc) · 2.73 KB

File metadata and controls

135 lines (90 loc) · 2.73 KB

DevHire Cloud v1 Demo Script

This script is designed for a 10-minute portfolio walkthrough.

Before The Demo

Run the fast static gate:

.\scripts\v1-release-verify.ps1 -Cloud

If Docker runtime will be shown:

docker compose up -d --build
.\scripts\v1-runtime-evidence.ps1 -GatewayUrl http://localhost:8080

Minute 0-1: Positioning

Message:

DevHire Cloud is a production-grade microservices portfolio for a recruitment platform. It demonstrates service boundaries, security, event reliability, search, observability, cloud blueprinting, AI assistance, CI/CD, and reviewer evidence.

Open:

Minute 1-3: Architecture

Show:

  • API Gateway.
  • Auth, user, company, job, application, notification, audit, AI services.
  • Service-owned databases.
  • Kafka/outbox events.
  • OpenSearch fallback.

Open:

Minute 3-5: Product UI

Show:

  • Jobs page.
  • Job detail.
  • Candidate dashboard.
  • Employer dashboard.
  • Admin dashboard.
  • AI assistant.

Evidence:

  • docs/screenshots/jobs-page.png
  • docs/screenshots/job-detail.png
  • docs/screenshots/candidate-dashboard.png
  • docs/screenshots/employer-dashboard.png
  • docs/screenshots/admin-dashboard.png
  • docs/screenshots/assistant-page.png

Minute 5-7: Runtime And Observability

Show:

  • Runtime acceptance matrix.
  • Grafana SLO screenshot.
  • Prometheus alert screenshot.
  • Domain metrics smoke script.

Run or reference:

.\scripts\v1-runtime-evidence.ps1 -GatewayUrl http://localhost:8080

Open:

Minute 7-8: Cloud

Show:

  • Terraform AWS blueprint.
  • Helm chart.
  • Argo CD samples.
  • External Secrets.
  • Cloud policy audit.

Run:

.\scripts\v1-cloud-evidence.ps1

Open:

Minute 8-9: Security And CI/CD

Show:

  • CI workflow.
  • Docker matrix.
  • Security workflow.
  • CodeQL.
  • SBOM and image labels.

Open:

Minute 9-10: Honest Gaps

Close with:

  • This is a production-grade portfolio, not a live SaaS claim.
  • AWS is apply-ready but not applied without credentials and budget.
  • Runtime proof is script-first and Docker-local unless a hosted demo is explicitly created.

Open: