- This is a URL shortener built using the Flask microframework of python.
- The site also shows the number of times a given shortened URL has been visited
- To replicate this project on your machine, follow these steps:
- git clone this repo
- Run pipenv install -r requirements.txt, to install all dependencies from the pipfile.lock
- Create a .env file to store details of sqlite db URI as DATABASE_URL=sqlite:///name.db
- Create a .flaskenv file to set FLASK_APP = url_shortener and FLASK_ENV = development, so that you can run the app in development.
- flask run is the command to start the development server(Note: execute this inside the pipenv shell)
-
Notifications
You must be signed in to change notification settings - Fork 0
A URL Shortener built using the flask microframework of python, it is a responsive app that has been hosted using pythonanywhere.
Rajatm544/flask_url_shortener
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A URL Shortener built using the flask microframework of python, it is a responsive app that has been hosted using pythonanywhere.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published