Skip to content

datur/UrlShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UrlShortener

Frontend located at https://github.com/datur/UrlShortenerUi

C# api using in memory database

Requirements

An endpoint that will shorten a URL

  • Validate url
  • Check if shortened url already exists
  • Hash the url in some way
  • store the url
  • Return the shortened url

An endpoint that retreives the URL from the shortened url

  • url must be valid
  • try and find the urls hash
  • redirect to the url if found - Handled in frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages