Back to portfolio
ShortURL
A URL shortener service with analytics. Clean REST API backend for creating and resolving short links.
Tech Stack
Node.js
MongoDB
Express
Key Highlights
RESTful API service for creating short URLs and resolving them to original destinations
Click analytics tracking — logs visit count, timestamps, and referrer data per short link
MongoDB for flexible document storage of URL mappings and analytics data
Express.js backend with clean route architecture and input validation