Skip to content

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

License

Notifications You must be signed in to change notification settings

hillerliao/Flask-URL-Shortener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask URL Shortener

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

Checkout the website: https://shorty-flask.herokuapp.com/

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.3%
  • HTML 28.5%
  • Mako 5.0%
  • Procfile 0.2%