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

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

Awesome Lists containing this project

README

          

![Python](https://img.shields.io/badge/python-3.9.1-blue)
![Flask](https://img.shields.io/badge/flask-2.0.1-blue)

## 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
```