Skip to content

Huyjoon1995/urlshortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Code Camp URL Shortener Microservice

User Stories:

User can pass a URL as a parameter and user will receive a shortened URL in the JSON response. When user visits the short URL, it will redirect to the orginal URL. Example Creation : localhost3000/new/https://google.com localhost3000/new/https://youtube.com

Example Creation Output:{original_url: "https://youtube.com", short_url: "localhost:3000/SJUIMhE5@"}"

Short Link: localhost:3000/SJUIMhE5@

Redirect: https://youtube.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published