Skip to content

OmAmar106/URLShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URLShortener


This is a URL Shortener, it will make use of Flask with Python for the backend, the new urls and the one we need to redirect to would be stored in a database which would be created using SQLAlchemy.

For the front end, HTML and CSS have been used.

To use this program on your local machine, you will need to install python ,following that run these 2 lines in command prompt

 > pip3 install flask
 > pip3 install flask-sqlalchemy

After that you will be ready to go , just run the program.


Screenshots:


image


image