Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 579 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 579 Bytes

flask_url_shortener

Flask framework project to shorten and save url in json file.

Description

  • Add link and it will get shorten.
  • Shorten link will be saved in json file.
  • Suggestions will be provided if shorten link is of same name
  • User can upload images(jpg,png,gif) and create a shorten link for it using this shortener.
Stored images will be saved with random name in static folder.

Usage

Clone this repo
Install all requirement libraries from requirements.txt file

Run application.py