URL Shortener is a TypeScript-based application that uses MongoDB for data storage. It generates short, unique URLs for long web addresses, enhancing usability and shareability. It also tracks and provides analytics for each shortened URL.
- Shorten URLs: Users can input a long URL and the application will generate a short, unique URL.
- URL Redirection: When users access the short URL, they are redirected to the original long URL.
- URL Analytics: The application tracks the usage of each short URL and provides analytics.