Stacktora
Stacktora / Vault / .NET + Postgres + Redis: Insurance Policy Quoting Engine
Backend by @ops

.NET + Postgres + Redis: Insurance Policy Quoting Engine

Rate calculation and quote generation before a policy exists — distinct from Insurance Claims Processing: that handles claims after something happens, this is underwriting math and quote state before a customer ever buys.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

.NET 8.0 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install dotnet-insurance-quoting-engine --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault