Simple python based application to short the URL. To use this application, follow the steps-
- Clone this repository.
- Open command prompt in the working directory and run the following command --> pip install -r requirments.txt
- To run the application, open command prompt in the working directory and run the following command --> python main.py
- Application will start running at port http://127.0.0.1:5000/. Open this in your browser and you are done :)