Skip to content

atkonline/UrlShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url Shortener

Description

Url shortener excercise similar to tinyUrl and other services

Use case: take a long url and shorten it to an 8 character alphanumeric string [a-z] [0-9]

Dependencies

SqlClient Dapper

Installing

create a mssqlserver database called "UrlShortener" and add the connection string in the appsettings.json file

Executing program

It may be nescesary to do a .net restore in the console as I renamed the project at one point

Help

https://www.connectionstrings.com/store-and-read-connection-string-in-appsettings-json/

Authors

Oliver Atkins

About

Url shortener project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published