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

https://github.com/poojan2312/FlaskURLShortener

A URL Shortener Made using Flask Python
https://github.com/poojan2312/FlaskURLShortener

Last synced: 6 months ago
JSON representation

A URL Shortener Made using Flask Python

Awesome Lists containing this project

README

          

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