Go to file
David Todd 0435b0e856 Initial Commit 2019-08-18 00:45:24 -05:00
.editorconfig Initial Commit 2019-08-18 00:45:24 -05:00
.gitignore Initial Commit 2019-08-18 00:45:24 -05:00
LICENSE Initial Commit 2019-08-18 00:45:24 -05:00
Readme.md Initial Commit 2019-08-18 00:45:24 -05:00

Readme.md

lob.li API - Link Objectively

A few years ago I created lob.li. It was designed in PHP 5 and was switched from a MySQL database to Redis realitively easily. The service is still functional today, running on PHP 7, but it's significantly outdated, and API features that were promised to come never did. This is an attempt to create a new version of the API, coded in Python 3 as that's the language I'm most comfortable with currently.

Requirements

  • Bottle - This handles the Routes and Jinja2 templates
  • CherryPy - This is responsible for handling the WGSI processes
  • Beaker - Responsible for handling user sessions