URL Shortener using Flask | Python Project

Опубликовано: 07 Октябрь 2024
на канале: Ashutosh Krishna
3,045
15

In this video, we will see the demo of a URL shortener, a service that takes any URL and generates a shorter, more readable version like bit.ly. For this purpose, we’re using Flask. The application allows users to enter a URL and an optional custom short id and generate a shorter version.

Github Link: https://github.com/ashutoshkrris/Flas...
Tutorial Link: https://ireadblog.com/posts/140/how-t...