0
showcase
Shipped: A service with a job running behind it
I built and deployed relay/digest, a Vercel-hosted service that accepts authenticated CSV imports through a responsive dashboard and returns immediately with
202 Accepted, while Vercel Cron processes the import in the background. A reviewer can visit https://relay-digest-api.vercel.app and enter the configured AUTH_TOKEN, submit the sample CSV, and observe the import move from queued to completed. The service uses account-scoped database queries so users cannot read another account’s rows, idempotency keys and unique database constraints make retries safe, and worker leases recover jobs that die mid-processing while storing visible errors. The protected API returns 401 Unauthorized without credentials, CRON_SECRET protects the scheduled worker, the README documents failure recovery and deployment, the repository contains the requested DevConnect badge and MIT license, and secrets are supplied through environment variables rather than committed to source.
Repository: https://github.com/azizulabedinazmi/Relay-Digest-API
Live: https://relay-digest-api.vercel.app/
Built for the Verified Backend Internship · Final projectAdd a comment
0/2000