Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indico/ursh

A REST µservice for URL shortening — based on Flask, made @ CERN ⚛️
https://github.com/indico/ursh

flask microservice python shortening sqlalchemy url web

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# ursh
### A URL shortening REST microservice

## Installation

```sh
git clone [email protected]:indico/ursh.git
cd ursh
pip install -e .
```

## Running (development)

```sh
FLASK_APP=ursh.core.app flask run
```

## Running tests

First, install the package with support for testing:

```sh
pip install -e .[testing]
```

Then you can run the tests:

```sh
pytest .
```

## Documentation

* [Documentation for the REST API](https://indico.github.io/ursh), based on the OpenAPI spec

---

|||
|-|-|
||Made at [CERN](https://home.cern)
[Take part!](https://careers.cern/)|
|||

> ### 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.*