url shortening service that checks for url security
https://2bdelwahab000.pythonanywhere.com/
this is a url shortener that makes sure the url is secure before processing it and before redirecting the user to the url using virus total api and prints the security report
this is the initial version
the demo link is used to show the website functionality but it still needs a short descriptive domain name (to be done later)
- Python
- Django
- Bootstrap
- Crispy forms
- HTML
- CSS
- virus total api
- fork the repo
- go to the root directory
- run :
user:~$ python3 manage.py runserver