/Django-URL-Shortner

A simple project for creating short URL's.

Primary LanguagePython

Django-URL-Shortner

URL shortener is a service that takes a long URL and turns it into a compact one.


Try it out by installing the requirements. (Works only with python >= 3.8, due to Django 4)

  • $ pip install django
  • $ pip install virtualenv
  • $ pip freeze > requirements.txt

Run the Project

Open Console in Main Project Directory.


Features will be added soon