/tinylink

TinyLink 🚀 is a swift and user-friendly URL shortener powered by Node.js, Express, and MongoDB. Easily generate concise links, ensuring seamless redirection for efficient link sharing. Simplify your URLs with TinyLink! 🔗

Primary LanguageEJS

TinyLink

TinyLink is a simple URL shortener built with Node.js, Express, and MongoDB.

Features

  • Shorten long URLs to easily shareable links.
  • Quickly redirect users from short links to the original URLs.

Getting Started

Prerequisites

  • Node.js and npm installed
  • MongoDB installed and running

Installation

  1. Clone the repository:

    git clone https://github.com/MahmoudAbdelsamie/TinyLink.git
    
  2. Install Packages:

    npm install
    
  3. Run The App:

    npm run dev