Ship the kit to a single host or to managed cloud — recipes for each common path.
- 01/04
Local Orchestration with .NET Aspire
What spins up when you run the AppHost, and the decisions behind the local topology — Postgres, Valkey, MinIO, the migrator, the API, and both React apps.
- 02/04
Database Migrations (DbMigrator)
The FSH DbMigrator — the one-shot tool that applies EF Core migrations across the tenant catalog and every tenant's per-module databases. The database is never migrated at API startup.
- 03/04
Deploy to AWS with Terraform
End-to-end AWS deployment — prerequisites, bootstrapping the state backend, configuring an environment, and the one-command deploy that ships the API and both React apps.
- 04/04
CI/CD Pipeline
The GitHub Actions pipeline — build, the parallel test matrix, migrator + integration smoke, the coverage gate, and how container images and NuGet packages are published.