Skip to content

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

Notifications You must be signed in to change notification settings

jason-allen-oneal/python-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published