MongoDB document model

A single collection can represent shortened URLs (e.g., ShortUrl).

MongoDB Schema

Field Type Description
id String Unique ID
originalUrl String Original URL
shortCode String Unique shortcode
createdAt DateTime Creation
expiresAt DateTime Expiration dat

Fields

Users Collection

This collection store registered users for authentication and ownership tracking

Field Type Description
userID String Unique User ID
username String User Name
password String User Password

Fields

Key design points

Unique shortCode