Simple yet powerful URL shortener written in Python Django
- Url shortening
- Generating qr codes
- Slick bootstrap design 🔥
- Clone repo
- Redirect to cloned directory
- Run:
pip install requirements.txt
or
pipenv install
- Run:
manage.py runserver
- That's it, you're ready to go! 😍