https://github.com/slashformotion/url-shortener
This is a url-shortener built with flask, bulma and sqlite. (and other things..).
https://github.com/slashformotion/url-shortener
Last synced: 5 months ago
JSON representation
This is a url-shortener built with flask, bulma and sqlite. (and other things..).
- Host: GitHub
- URL: https://github.com/slashformotion/url-shortener
- Owner: slashformotion
- License: gpl-3.0
- Created: 2020-11-27T08:43:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T13:16:40.000Z (over 4 years ago)
- Last Synced: 2024-11-09T20:43:58.620Z (7 months ago)
- Language: Python
- Homepage:
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL-SHORTENER
Que ce soit pour tracker le nombre de clicks sur un lien ou juste pour obtenir une url plus courte. Ils offrent des possibilités
## Screenshots

> Home page

> Sign In !

>dashboard

> Individual link page
## Built With
- [Flask](https://flask.palletsprojects.com/en/1.1.x/) *Back end framework*
- [SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com/en/2.x/quickstart/) *Database management*
- [bcrypt](https://pypi.org/project/bcrypt/) *password encryption*flask addons:
- Flask-Admin
- Flask-BabelEx
- Flask-Bcrypt
- Flask-Login
- Flask-Mail
- Flask-Security
- Flask-SQLAlchemy
- Flask-WTF## Authors
- Myself