/URL-Shortener

A URL Shortener Made With Django

Primary LanguagePython

URL-Shortener

Simple url shortener, made with Django.
Uses the first 6 characters of the url's hash to create a shortened url.
screenshot

How To Use

1- Clone the project.
2- Install Django.
3- Run the following commands:

python manage.py migrate 
python manage.py runserver