Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 296 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 296 Bytes

python-url-shortener

This simple python url shortener project uses Flask, sqlite, and gunicorn.

Install with

pip install -r requirements.txt

Edit gunicorn.conf.py to reflect the port on which you wish to run the application.

Run with

gunicorn3 -c gunicorn.conf.py wsgi:app