/URLShortener

URL Shortener Project Built with .NET 7, MediatR, SQL Server and Memory Cache

Primary LanguageC#

URL Shortener

URL Shortener Project Built with .NET 7, MediatR, SQL Server and Memory Cache

🌐 Demo

Endpoints

Technologies

Prerequisites

  • Visual Studio 2022, Rider or VS Code
  • .NET 7 SDK

Run

  • Set the Connection String on the appsettings.json.

  • Open the cmd and run these commands:

    cd src

    dotnet run --project URLShortener.API\URLShortener.API.

Application Architecture

High-Level Structure