Skip to content

indico/ursh

Repository files navigation

ursh

A URL shortening REST microservice

Installation

git clone git@github.com:indico/ursh.git
cd ursh
pip install -e .

Running (development)

FLASK_APP=ursh.core.app flask run

Running tests

First, install the package with support for testing:

pip install -e .[testing]

Then you can run the tests:

pytest .

Documentation


Made at CERN
Take part!

Note

In applying the MIT license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an Intergovernmental Organization or submit itself to any jurisdiction.

About

A REST µservice for URL shortening — based on Flask, made @ CERN ⚛️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published