Skip to content

AlexOleynyk/url-shortener-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeCodeCamp API Basejump: URL Shortener Microservice

User stories:

  • I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.
  • When I visit that shortened URL, it will redirect me to my original link.

Example usage:

https://url-shortener-microservice-ao.herokuapp.com/new/https://www.google.com
https://url-shortener-microservice-ao.herokuapp.com/new/http://foo.com:80

Example output:

{"original_url":"http://google.com","short_url":"https://url-shortener-microservice-ao.herokuapp.com/1"}

Visit project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published