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.
git clone https://github.com/kiahamedi/URL-Shortener.git
cd URL-Shortener/
pip install -r requirements.txt
cd app/
python manage.py migrate
python manage.py runserver
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'...
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