Skip to content

uyennguyen16900/url-shortener

Repository files navigation

🔗 TUrl

A self-hosted URL shortening service built using Flask, Python and MongoDB.

Simply give the url you want to shorten and get the new shortened url based on base62 encoding.

Project

Each url has a unique id in the database. We use this id and encode it using base62 encoding. This encoded string is stored as the short url for the original url.

Running on Heroku

Here is the link to the app: 🔗https://url-shortener-un.herokuapp.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published