Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 417 Bytes

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