An open API service indexing awesome lists of open source software.

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..).

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](https://github.com/slashformotion/URL-SHORTENER/blob/master/static/img/accueil.jpg?raw=true)

> Home page

![](https://github.com/slashformotion/URL-SHORTENER/blob/master/static/img/sign-in.jpg?raw=true)

> Sign In !

![](https://github.com/slashformotion/URL-SHORTENER/blob/master/static/img/dashboard.jpg?raw=true)

>dashboard

![](https://github.com/slashformotion/URL-SHORTENER/blob/master/static/img/link.jpg?raw=true)

> 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