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
- Host: GitHub
- URL: https://github.com/poojan2312/FlaskURLShortener
- Owner: techguy940
- Created: 2020-11-09T09:05:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T07:50:24.000Z (over 5 years ago)
- Last Synced: 2024-12-29T18:54:23.956Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`