ashutoshkrris / Flask-URL-Shortener

Flask URL shortener is a tool that takes any URL and generates a shorter, more readable version like bit.ly.

Home Page:https://shorty-flask.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask URL Shortener

Flask URL shortener is a tool that takes any URL and generates a shorter, more readable version like bit.ly.

Demo Video

Watch on YouTube: https://www.youtube.com/watch?v=g6chXThUReU

Tutorials

.env file contents:

SECRET_KEY=verysecretkey
DATABASE_URL=sqlite:///shorty.db
APP_SETTINGS=config.DevelopmentConfig
FLASK_APP=core

While deploying the app, make sure you change the APP_SETTINGS to config.ProductionConfig.

About

Flask URL shortener is a tool that takes any URL and generates a shorter, more readable version like bit.ly.

https://shorty-flask.herokuapp.com

License:GNU General Public License v3.0


Languages

Language:Python 66.3%Language:HTML 28.5%Language:Mako 5.0%Language:Procfile 0.2%