Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⚛️
- Host: GitHub
- URL: https://github.com/indico/ursh
- Owner: indico
- License: mit
- Created: 2017-06-21T13:06:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T01:35:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T02:45:43.811Z (9 months ago)
- Topics: flask, microservice, python, shortening, sqlalchemy, url, web
- Language: Python
- Homepage:
- Size: 376 KB
- Stars: 8
- Watchers: 9
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.*