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
- Host: GitHub
- URL: https://github.com/prybalko/cutter
- Owner: prybalko
- Created: 2017-07-10T05:25:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T04:27:28.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T21:26:48.365Z (5 months ago)
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/ )