https://github.com/alisharify7/flask-url-shorter
flask application for url-shorter
https://github.com/alisharify7/flask-url-shorter
flask flask-sqlalchemy mysql python shortlink
Last synced: about 1 year ago
JSON representation
flask application for url-shorter
- Host: GitHub
- URL: https://github.com/alisharify7/flask-url-shorter
- Owner: alisharify7
- License: gpl-3.0
- Created: 2022-08-27T09:44:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T09:54:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T10:22:47.237Z (about 1 year ago)
- Topics: flask, flask-sqlalchemy, mysql, python, shortlink
- Language: Python
- Homepage:
- Size: 1.66 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask Url Shorter
a Flask Web Application For create Short links
## For Run
- Windows :
python -m venv venv
.\venv\Scripts\activate
- linux or mac :
python3 -m venv venv
source ./venv/bin/activate
then Just type:
flask run
or
Python app.py
### >by default this web App set on 127.0.0.1:8080 You can change it from config file
