How To Build a Type-Safe URL Shortener in NodeJS with NestJS
URL shorteners map a long URL to a shorter URL and redirect the user to the original URL when the short URL is used. You will create a URL shortener using NestJS with the URL shortening and redirecting logic in a service and route handlers for the shortening and redirection requests.