Skip to content

termisaal/flask-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask

Introduction

URL shortener written with Flask

Installation

  1. Clone this repository
git clone https://github.com/termisaal/flask-url-shortener.git
  1. Navigate into cloned folder
cd flask-url-shortener
  1. Install requirements
pip install -r requirements.txt