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: