Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 792 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 792 Bytes

URL Shortening Project

Welcome to the URL Shortening Project! This is a simple yet powerful web application that allows you to transform long and complex URLs into short and shareable links. Whether you're looking to save characters on social media, make links more user-friendly, or track link analytics, our URL shortener has you covered.

Features

  • Shorten URLs: Convert lengthy URLs into concise short links.
  • Link Redirection: Short links redirect users to the original long URLs.
  • Link Analytics: Track click statistics.

Getting Started

Prerequisites

Before you get started, make sure you have the following software installed:

  • Node.js for handling routes.
  • npm as the node package manager.
  • MongoDB as the database.
  • Express.js as the web server.