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

https://github.com/lestec-al/url-shortener

Django based Link Shortening Service
https://github.com/lestec-al/url-shortener

bootstrap django django-project html html-css python shortener-service shortener-url url-shortener web

Last synced: 2 months ago
JSON representation

Django based Link Shortening Service

Awesome Lists containing this project

README

          

# URL cutter


Link shortening service on Django. Features:
- final link is not short because the test host is long
- accounts for users
- for all users cut your link to unique link (that link redirect to your link)
- for registered users page with links (search by original links, ability delete links and rename link part, clicks counter, time created)
- used bootstrap front-end framework

# To run on a local server you need:
- install Python (v3.9 or higher)
- download or clone this project
- through the command line, go to the project folder and type (press enter after each command): 'pip install -r requirements.txt', 'python manage.py makemigrations', 'python manage.py migrate', 'python manage.py runserver'