Skip to content
/ ursh Public

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

License

Notifications You must be signed in to change notification settings

indico/ursh

Repository files navigation

ursh

A URL shortening REST microservice

Installation

git clone [email protected]: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.