techguy940 / FlaskURLShortener

A URL Shortener Made using Flask Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlaskURLShortener

A URL Shortener Made using Flask Python

How To Use

Currently, this version is not yet live as an API or a website.
To use it yourself, follow the below given steps:

  1. Download the files of this repository as a ZIP or using git
  2. Run main.py
  3. It is deployed!

Endpoints

Homepage: https://localhost:5000
Shorten: https://localhost:5000/shorten?url=url
Redirect: https://localhost:5000/SomeCodeThatsValid

About

A URL Shortener Made using Flask Python


Languages

Language:Python 100.0%