ruanbekker / flask-tiny-url-shortener

URL Shortener using Flask backed by SimpleDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-tiny-url-shortener

URL Shortener using Python Flask backed by SimpleDB

Pre-Requirements

Install dependencies:

$ pip install -r requirements.txt

Create SimpleDB Domain:

$ python
>>> import boto3
>>> c = boto3.Session(region_name='eu-west-1', profile_name='dev')
>>> sdb = c.client('sdb')
>>> sdb.create_domain(DomainName='tiny-url')

Run Server:

$ python app.py
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

Screenshots

Enter your URL to be shortened:

Generated Tiny URL, with the copy button to copy to the clipboard

About

URL Shortener using Flask backed by SimpleDB


Languages

Language:CSS 42.7%Language:Python 30.1%Language:HTML 27.2%