Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 916 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 916 Bytes

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.