Skip to content

pferreir/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:

py.test .

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 ⚛️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Shell 2.2%