Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 497 Bytes

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 :)