Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener Microservice

Part 3 of Free Code Camp Backend Challenges


Powered by Github | FreeCodeCamp | Glitch


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 creation usage:

https://glitch-3.glitch.me/new/https://www.google.com
https://glitch-3.glitch.me/new/http://foo.com:80

Example creation output:

{ "original_url":"http://foo.com:80", "short_url":"https://glitch-3.glitch.me/8170" }

Usage:

https://glitch-3.glitch.me/2871

Will redirect to:

https://www.google.com/

Try this at Glitch

Made by (ee$

About

Free Code Camp - API project 3 - URL Shortener Microservice

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages