Python URL Shortener
A basic URL shortening service built using Python/Flask using an sqlite database for storing long and short urls.
Installation
Clone the repository and run the built in web server using:
python shorten.py
A basic URL shortening service built using Python/Flask using an sqlite database for storing long and short urls.
Clone the repository and run the built in web server using:
python shorten.py