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: 5 months ago
JSON representation
A REST µservice for URL shortening — based on Flask, made @ CERN ⚛️
- Host: GitHub
- URL: https://github.com/indico/ursh
- Owner: indico
- License: mit
- Created: 2017-06-21T13:06:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-01T17:39:46.000Z (9 months ago)
- Last Synced: 2025-07-01T17:46:53.549Z (9 months ago)
- Topics: flask, microservice, python, shortening, sqlalchemy, url, web
- Language: Python
- Homepage:
- Size: 376 KB
- Stars: 8
- Watchers: 8
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ursh
### A URL shortening REST microservice
## Installation
```sh
git clone git@github.com: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.*