Skip to content

Files

Latest commit

 

History

History
26 lines (15 loc) · 1.32 KB

readme.md

File metadata and controls

26 lines (15 loc) · 1.32 KB

tiny, adorable, urls

a url shortener, written in python using flask and sqlite3

setup

you'll need python3 and pip installed beforehand.

download the source code from github - either by cloning the repository or by downloading the source archive directly from this url.

once you have the source downloaded, run python -m venv .venv to activate the virtual environment, followed by a pip install -r requirements.txt to install all dependencies.

run flask --app source/server run to start a development server.

deploying

if you wish to deploy this app to production, follow this guide.

attributions and license

the html templates make use of components from the free and open source library hyperui.

this code is licensed under the agpl-3.0 license, a copy of which you can find here.