Skip to content

ParsaJR/LinkClip

Repository files navigation

LinkClip

LinkClip is a free tool to shorten URLs and generate short links .

Built Using

  • .Net
  • MicrosoftSQLServer
  • Bootstrap

Installation

  • 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 .