Skip to content

MuhammedKhamis/URL-Shortener-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener Microservice:

User stories:


  1. I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.

  2. When I visit that shortened URL, it will redirect me to my original link.

    Example creation usage:

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

    Example creation output:

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

Usage:

https://clumsy-meal.glitch.me/8170

Will redirect to:

http://foo.com:80

\ ゜o゜)

About

a full stack JavaScript app that is functionally similar to this: https://little-url.herokuapp.com/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published