Skip to content

jeevanreddyg/ShortUrlProject

Repository files navigation

Welcome to the ShortUrlProject wiki!

About

The project is for URL Shortener, Custom Links & Link Management. Below are the functionalities.

  • Paste Link and generate short URL
  • View short links created (Logged in User Only)
  • View analytics (Need to be implemented)

Design

Screenshots

Techincal specifications

Technical Stack

  • .Net Core 3.1
  • Angular 8.2
  • SQL Server
  • C#

Things Todo:

  • IApi* interfaces
  • Test cases

Environment setup

  • Install .net core SDK 3.1
  • Visual studio 2019
  • Create the SQL Database AppShortUrlContext

In Visual Studio, you can use the Package Manager Console to apply pending migrations to the database:

PM> Update-Database

Alternatively, you can apply pending migrations from a command prompt at your project directory:

dotnet ef database update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published