What problem does it solve? Setting up and validating the public tenant registration flow of the EAF Api + Angular template requires coordinating SQL Server, .NET migrations, an Angular dev server, and multi-step API verification, which is error-prone when done manually. ## Core Features & Use Cases - Environment Setup: Guides SQL Server container creation, environment variables, EF Core migrations, and Angular proxy configuration for local development. - Registration Flow Verification: Provides curl commands and a functional test script covering tenant creation, join requests, approvals, tenant-scoped login, and user lockout. - Known Issue Workarounds: Documents fixes for slow Angular builds on low-resource VMs and source-map BOM parse errors. - Use Case: A developer validating a fresh EAF template checkout can spin up SQL Server in Docker, run the API and Angular UI, and execute the scripted 12-step registration test to confirm the Free edition tenant flow works end to end. ## Quick Start Set up the EAF Api and Angular template locally and verify the public tenant registration flow including tenant creation, join requests, and approvals.