Git Product home page Git Product logo

tinyurl's Introduction

TinyURLApp

TinyURLApp is a URL shortening service built using .NET Core and MongoDB. It allows users to generate short URLs for long URLs and redirect users to the original target page using the short URL.

Technologies Used

  • .NET Core (ASP.NET) for server-side code
  • MongoDB for database storage

Features

  • URL Shortening: Generate short URLs for long URLs.
  • Redirection: Redirect users to the original target page using the short URL.
  • Consistent Short URLs: Sending the same long URL will always result in the same short URL being returned.
  • Collision Prevention: Prevent different long URLs from receiving the same short URL or make such collisions extremely unlikely.

Getting Started

To get started with the project:

  1. Install .NET Core SDK.
  2. Install MongoDB on your machine.
  3. Clone this repository.
  4. Configure the MongoDB connection string in the appsettings.json file.
  5. Build and run the project using Visual Studio or the command line.
  6. Access the endpoints to generate and extract short URLs.

tinyurl's People

Contributors

tamirakian avatar chkp-tamira avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.