Skip to content

pprockys/URL_Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL_Shortener

Simple python based application to short the URL. To use this application, follow the steps-

  1. Clone this repository.
  2. Open command prompt in the working directory and run the following command --> pip install -r requirments.txt
  3. To run the application, open command prompt in the working directory and run the following command --> python main.py
  4. Application will start running at port http://127.0.0.1:5000/. Open this in your browser and you are done :)