Skip to content

legeRise/url_shortener_python

Repository files navigation

Flask URL Shortener

This project is a simple implementation of a URL shortener using Flask.

Setup and Running

Clone the repository

git clone https://github.com/legeRise/url_shortener_python.git
cd url_shortener_python

Install dependencies

pip install -r requirements.txt

Run the application

python shortflask.py

The server will start running on localhost:9200 (because 9200 is port I had selected)

Interface

You can also checkout this project live on https://bepythonic92.pythonanywhere.com/

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published