Skip to content

wdonet/tinyurl-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyURL Challenge

In Wize Services we hate to paste long links in our social networks. We are so hipster that we hate all 3rd party services that do this job, because... gosh, so mainstream.

Your goal for this challenge is to create a URL Shortner Service. We are providing you with:

Your application must cover the next features:

  • Endpoint that recieves a long link and generates a short one.
  • Short URL must redirect to the original long link.

If you want bonus points you can cover one or all of the next features:

  • Frontend UI
  • URL Listing
  • Destroy ability
  • Edit original URL ability
  • Personalized short URL

Please document any assumption that you need to take, for example: length of tiny URL, test cases, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published