Skip to content

Input a URL and receive a short, easier to remember key to use to access the original URL

Notifications You must be signed in to change notification settings

guywuy/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#URL Shortener A node.js project to make a URL-shortening service

Input a URL and receive a short key. Use the key to be redirected to the original URL. 'www.thiswebsite.com/' + key

##Functionality:

  • Get / route - Render home page with input form
  • Post / route, add full URL to database with corresponding short url key, return short url to user
  • For other routes, check key of URL route in db, if it exists, redirect to originalURL, else error

About

Input a URL and receive a short, easier to remember key to use to access the original URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published