Skip to content

A web application that allows users to shorten long URLs and generate shorter, more manageable URLs.This project is built using Node.js, Express, and MongoDB for the server-side implementation, and HTML, CSS, and JavaScript for the client-side user interface.

Notifications You must be signed in to change notification settings

sarthakvs/url_shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url-Shortener

The URL Shortener is a web application that generates shorter URLs for long links. It consists of a client-side component (HTML, CSS, JS) and a server-side component (Node.js, Express, MongoDB).

The client-side allows users to enter long URLs, sends requests to the server, and displays the generated short URLs. It dynamically updates an HTML table to show the stored long URLs and their corresponding short URLs.

The server-side handles URL shortening, retrieval, and redirection. It utilizes Node.js, Express, and MongoDB. Existing URLs are fetched from the database, and new ones are stored in the database url-shortener.urls

image

Github Repo:- sarthakvs/url_shortener

How to run

  1. Download and extract the project
  2. In the command prompt,go to the project Directory and run npm install
  3. After installing run npm start or nodemon server.js
  4. Enjoy :)

About

A web application that allows users to shorten long URLs and generate shorter, more manageable URLs.This project is built using Node.js, Express, and MongoDB for the server-side implementation, and HTML, CSS, and JavaScript for the client-side user interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published