Untitled

 avatar
unknown
plain_text
6 months ago
509 B
2
Indexable
Paste the following in chat	
Objective:
Design a URL shortening service similar to TinyURL or Bitly.
Requirements:
Functional Requirements:
Users can input a long URL and receive a shortened URL.
When someone accesses the shortened URL, they are redirected to the original long URL.
Non-Functional Requirements:
The system should be highly available.
The system should be scalable to handle a large number of URL shortening requests and redirects.
Shortened URLs should be unique and ideally short in length.
Editor is loading...
Leave a Comment