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
- Host: GitHub
- URL: https://github.com/lestec-al/url-shortener
- Owner: lestec-al
- License: mit
- Created: 2021-11-06T09:36:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T13:48:18.000Z (about 3 years ago)
- Last Synced: 2025-03-17T06:34:12.567Z (over 1 year ago)
- Topics: bootstrap, django, django-project, html, html-css, python, shortener-service, shortener-url, url-shortener, web
- Language: Python
- Homepage:
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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'