Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

URL Shortener is a web API created with ASP.NET Core 6 and Dapper. It can take a long URL as input and generate a short URL that redirects to the long URL.

Getting started

  1. Download the repository and open the "UrlShortener.sln" solution in Visual Studio
  2. Open "UrlShortener.Api\appsettings.json" and configure the "UrlShortenerDatabase" connection string
  3. Right-click the "UrlShortener.Database" project in Solution Explorer and select Publish
  4. Run the "UrlShortener.Api" project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors