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

https://github.com/prybalko/cutter

This is an application for shortening your web links
https://github.com/prybalko/cutter

Last synced: 4 months ago
JSON representation

This is an application for shortening your web links

Awesome Lists containing this project

README

        

# Cutter
Cutter is a Flask based web application for shortening web
links
## Run
In order to launch the application in dev mode, you need to
install all nesesary requiremens and then run `run.py`
```bash
pip install -r requirements.txt
python run.py
```
That's it! Your server is running on
[http://0.0.0.0:8080/ ](http://0.0.0.0:8080/ )