A Fullstack URL shortener application that allows users to create short links, track click analytics, and manage accounts
Some parts of the documentation were updated with Codex
A Fullstack URL shortener application that allows users to create short links, track click analytics, and manage accounts
Some parts of the documentation were updated with Codex
My bad, I really didn’t remember that I needed a devlog; I’m not sure if it’ll be approved. But here are the changes:
Added full Docker setup and Nginx gateway for routing (frontend/backend/worker/services)
Moved click tracking to BullMQ + Redis worker (no longer synchronous)
Switched redirects to Nginx (/r/:slug), removed frontend-based routing
Added expiration support (expiresAt, returns 410 if expired)
Improved auth handling and request validation
Standardized short URLs to 7 char lowercase alphanumeric
Log in to leave a comment