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

Latest commit

 

History

History
19 lines (16 loc) · 919 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 919 Bytes

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 .