Skip to content

sheybey/shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortener

A simple Flask-based link shortener with an optional admin interface.

Usage

This is your standard flask app. Customize the sample configuration and deploy it like any other.

Design decisions

The resolver is designed to run as quickly as possible. If the admin interface isn't enabled, it's never loaded in the first place.

Why no SQLAlchemy?

The schema is extremely simple; a full-blown ORM would simply be overkill. Since the primary objective is a fast resolver, the dependencies are deliberately as barebones as possible.

About

link shortener with optional admin interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published