A management system for a dental practice: patients, quotes, invoices and reminders in one place, with passwordless access and documents built from the data.
An ASP.NET Core Razor Pages application built around a clinic's daily work: the patient record, the quote with its instalment plan, the invoice, the reminder. Forms patients fill in online file themselves, documents come out as real PDFs generated from the data, and whoever works the front desk signs in with a one-time code instead of a password written down somewhere. The same code runs on two different databases — SQL Server in development, PostgreSQL in production — because the production machine moved house twice and the project had to be able to follow it.