URL-SHORTNER built with flask
$ git clone https://github.com/geekypandey/swify-url-shortner
Create and activate
$ cd swify-url-shortner
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python3 app.py
The program runs at 127.0.0.1:5000