Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

ParsaJR/LinkClip

Repository files navigation

replacement is under construction

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 .