Skip to content

kubabartak/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-shortener

URL Shortner Microservice Free Code Camp Back End Project

User Story: I can pass a URL as a parameter and I will receive a shortened URL in the JSON response. User Story: If I pass an invalid URL that doesn't follow the valid http://www.example.com format, the JSON response will contain an error instead. User Story: When I visit that shortened URL, it will redirect me to my original link.

Example usage: To shorten your url: https://url-shortener-kb.herokuapp.com/new/https://www.google.com

To use shortened url: https://url-shortener-kb.herokuapp.com/21345

Example creation output {"Your url":"onet.pl","Short url":"90424"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published