Loading...
POST /shorten
Request : {longURL}
Response : {shortURL}
GET /{shortCode}
Redirect to original URL
Database:
Better: NoSQL (like DynamoDB/Cassandra)
Or even Redis + persistent store.
User hits:
short.ly/abc123
Flow:
Because read-heavy, we add caching.
Flow:
This reduces DB load massively.