Skip to content

kiahamedi/URL-Shortener

Repository files navigation

URL-Shortener

URL Shortener is a tool to shorten a long link and create a short URL and QR-Code easy to share on sites, chat and emails. Track short URL traffic and manage your links.

Maintenance

Demo

Alt text

Login (OTP)

Alt text
Login Kiay.ir

Firefox Extention

Alt text Install Firefox Extention

Install

git clone https://github.com/kiahamedi/URL-Shortener.git
cd URL-Shortener/
pip install -r requirements.txt
cd app/
python manage.py migrate

Run localhost

python manage.py runserver

Run TestCase

python manage.py test shortner

Found 9 test(s).
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
.........
----------------------------------------------------------------------
Ran 9 tests in 0.022s

OK
Destroying test database for alias 'default'...

Are you a developer?

1-Fork it!
2-Create your feature branch: git checkout -b my-new-feature
3-Commit your changes: git commit -am 'Add some feature'
4-Push to the branch: git push origin my-new-feature
5-Submit a pull request