Skip to content

An efficient URL shortener built with Node.js and Express.js. This application allows users to shorten long URLs and provides a short link that redirects to the original URL.

Notifications You must be signed in to change notification settings

sumitprajapati1/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An efficient URL shortener built with Node.js and Express.js. This application allows users to shorten long URLs and provides a short link that redirects to the original URL.

Features Shorten URLs: Input a long URL and get a short link. Redirects: Click on a short link to be redirected to the original URL. Database Storage: Store URL mappings using a database (e.g., MongoDB). Custom Aliases: Optionally create custom short links. Analytics: Track the number of clicks on each short link (optional).

Technologies Used Node.js: JavaScript runtime for server-side logic. Express.js: Web application framework for Node.js. MongoDB: NoSQL database for storing URL mappings. Mongoose: MongoDB object modeling tool.

About

An efficient URL shortener built with Node.js and Express.js. This application allows users to shorten long URLs and provides a short link that redirects to the original URL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published