replacement is under construction
LinkClip is a free tool to shorten URLs and generate short links .
- Open the project in Visual Studio
- store your Sql Server database address in LinkClip.Web => appsetting.json => ConnectionStrings => LinkClipConnection
"ConnectionStrings": {
"LinkClipConnection": "Data Source=.;Initial Catalog=LinkClipDb;Integrated Security=True;TrustServerCertificate=True"
}
- Build & Start The App . Migrations will be performed automatically .