https://github.com/termisaal/flask-url-shortener
URL Shortener written with Flask
https://github.com/termisaal/flask-url-shortener
flask url-shortener
Last synced: 2 months ago
JSON representation
URL Shortener written with Flask
- Host: GitHub
- URL: https://github.com/termisaal/flask-url-shortener
- Owner: termisaal
- License: gpl-3.0
- Created: 2021-07-05T07:06:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T17:03:08.000Z (almost 5 years ago)
- Last Synced: 2025-05-20T00:11:39.018Z (about 1 year ago)
- Topics: flask, url-shortener
- Language: Python
- Homepage: https://short.termisaal.ru
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


## Introduction
URL shortener written with Flask
## Installation
1. Clone this repository
```bash
git clone https://github.com/termisaal/flask-url-shortener.git
```
2. Navigate into cloned folder
```bash
cd flask-url-shortener
```
3. Install requirements
```bash
pip install -r requirements.txt
```