Skip to content

URL Shortener is a Node.js application that allows users to shorten long URLs into shorter, more manageable links. Built with Express.js and MySQL, this project provides a simple web interface for interacting with the URL shortening functionality.

Notifications You must be signed in to change notification settings

DeveloperLevin/url-shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

A simple URL shortener application that allows users to shorten long URLs into more manageable links and integrates with a web interface for user interaction.

Features

  • Shortens long URLs into short, easy-to-share links.
  • Redirects users from short links to the original long URLs.
  • Keeps track of the original URL and the shortened URL in a database.

Technologies Used

  • Node.js: Server-side JavaScript runtime environment.
  • Express.js: Web framework for Node.js.
  • MySQL: Relational database management system.
  • mysql2: MySQL client for Node.js.
  • dotenv: Loads environment variables from a .env file.
  • uuid: Generates unique identifiers for shortened URLs.

About

URL Shortener is a Node.js application that allows users to shorten long URLs into shorter, more manageable links. Built with Express.js and MySQL, this project provides a simple web interface for interacting with the URL shortening functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published