The URL Shortener is a web-based service developed in Java using the Spring framework. It provides the functionality to shorten long URLs and redirect users to the original URLs when they access the shortened links.
- Shorten URLs: Given a long URL, the system generates a short URL.
- Redirect: When users access the short URL, they are redirected to the original URL.
For detailed implementation information, please refer to the design documents.