It's all dockerised with DB backups in the repo so you just run docker compose up --build in the root and it will spin up:
Blazor Client .NET Core Web API Keycloak Postgres Postgres for Keycloak
There will be a seed tenant and an admin user (log into the application at localhost:5004 using admin/123).
The architecture is a modular monolith, and I have included scripts to generate modules, entities, dtos and mappers using command line questionnaires. There is also a shared module where you can run inter-module CQRS queries and commands.
Feedback would be greatly appreciated.