Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 778 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 778 Bytes

Ooga Booga

A zero-configuration URL shortener.

Installation

  • Method #1 (recommended, requires git):

    • Clone via git:
      git clone https://github.com/iiPythonx/ooga-booga
      cd ooga-booga
    • Launch following the usage instructions.
  • Method #2:

Usage

To launch in production mode (via uvicorn):

python3 -m uvicorn ooga:app

License

Licensed under the MIT license, see here for more information.