Py-URL-Shortener

Py-URL-Shortener is a Python powered Flask app implementing a technique in which a Uniform Resource Locator (URL) has been made substantially shorter in length and still direct to the required page. This is achieved by using a redirect on a domain name that is short, which links to the web page that has a long URL.

Project Homepage: http://lab.maateen.me/py-url-shortener/

What have been used?

Database

Py-URL-Shortener is tested with MariaDB and obviously can be used with MySQL. And as we are using Flask-SQLAlchemy, you can combine it with any database system supported by Flask-SQLAlchemy.

User’s Guide