shmuli9 / shorty

A URL shortening service, built in 85 odd minutes in competition. It ain't beautiful, but it works!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shorty

Installation:

On Windows:

python -m venv venv
.\venv\Scripts\activate
pip install --upgrade pip
pip install -r requirements.txt
.\reset_db.cmd
flask run

On Linux:

python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
source reset_db.cmd
python app.py

About

A URL shortening service, built in 85 odd minutes in competition. It ain't beautiful, but it works!


Languages

Language:Python 89.8%Language:HTML 9.1%Language:Batchfile 1.1%