Skip to content

harsharora21/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

A simple URL shortening service written in Flask using dynamic routing and a custom hashing protocol.

How to Install

Install all dependencies for the app from the requirements.txt file using:

pip3 install -r requirements.txt

Activate the virtual environment, and then run:

python3 app.py

The app would be live on port 5500, unless specified otherwise under the driver code in app.py.

Made and developed by Harsh Arora.

About

A url shortning service in python and flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published