Full-Stack Developer · Database Design · 2026
Blockchain-inspired DBMS audit dashboard with controlled transactions, hash-linked blocks, and integrity verification.
A normal transaction table records the latest database state but does not make silent historical changes obvious. The academic brief called for a database-centered audit trail where tampering could be detected instead of merely logged.
Built a React dashboard and Node.js backend around PostgreSQL/Supabase functions. Transactions are written through controlled operations, converted into hash-linked audit blocks, and checked by a verification function that detects a broken chain. This is a blockchain-inspired database design, not a decentralized blockchain network.
Delivered a working academic DBMS system with a public dashboard and source repository, while keeping the blockchain claim scoped to tamper-evident database auditing.
React 19, Node.js, Supabase, PostgreSQL
Live site · GitHub
All projects · Harshil Patel