Stacktora
Stacktora / Vault / .NET + Postgres + Redis: Resource & Equipment Reservation System
Scheduling by @ops

.NET + Postgres + Redis: Resource & Equipment Reservation System

Reserving shared resources — conference rooms, equipment, vehicles — with Redis-backed conflict prevention at the booking moment. Distinct from Booking & Appointment Scheduling: that's a provider's time slots, this is shared physical resources multiple people compete for.

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-resource-equipment-reservation --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