URL shortener
is a service that takes a long URL and turns it into a compact one.
- $ pip install django
- $ pip install virtualenv
- $ pip freeze > requirements.txt
Open Console in Main Project Directory.
- $ git clone https://github.com/sarahhudaib/Django-URL-Shortner.git
- $ cd Django-URL-Shortner
- $ python manage.py runserver
- on your browser (http://localhost:8000/)
- Ability to create custom short URLs. Ex: http://you.rs/KimK -> http://www.kimkardashian.com
- Keeps count of how many time each URL is followed.