- Notifications
You must be signed in to change notification settings - Fork18
Flask URL shortener is a tool that takes any URL and generates a shorter, more readable version like bit.ly.
License
NotificationsYou must be signed in to change notification settings
ashutoshkrris/Flask-URL-Shortener
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Flask URL shortener is a tool that takes any URL and generates a shorter, more readable version like bit.ly.
Watch on YouTube:https://www.youtube.com/watch?v=g6chXThUReU
- On freeCodeCamp:https://www.freecodecamp.org/news/python-tutorial-how-to-create-a-url-shortener-using-flask/
- On Hashnode:https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask
.env
file contents:
SECRET_KEY=verysecretkeyDATABASE_URL=sqlite:///shorty.dbAPP_SETTINGS=config.DevelopmentConfigFLASK_APP=core
While deploying the app, make sure you change theAPP_SETTINGS
toconfig.ProductionConfig
.
About
Flask URL shortener is a tool that takes any URL and generates a shorter, more readable version like bit.ly.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.