shShortener - An Open Source URL Shortener written in ASP.NET Core with Entity Framework Core and Blazor
A random project I decided to create on a free afternoon! Live Demo: https://shsh.ml/
A random code is generated that consists of Upper/Lowercase and Numerical characters, or the user can choose their own code.
The code is used as a key in the Database to enable mapping.
When the API is called, the Database is queried and the client is redirected with a 301 redirect.