Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 625 Bytes

File metadata and controls

8 lines (5 loc) · 625 Bytes

UrlShortner

-UrlShortner is a simple web-app that takes any URL which needs to be shortened and provides a shorter URL corresponding to the long URL.

-Initially URL is set to https://shorturl2133.herokuapp.com/ which is the URL for the app. When user inputs the long URL and clicks 'shorten' the initial URL is altered and the new URL for the entered long URL.

-A user can directly use the new url in the new tab to open the desired page or just copy-paste the url in their browser.

-This app is hosted on Heroku Server and uses its add-on 'Postgresql' database for storing urls.