Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.03 KB

ShortSecure

url shortening service that checks for url security

Table of contents

Demo link:

https://2bdelwahab000.pythonanywhere.com/

About the website:

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

why this is useful?

read this article

Status:

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)

Technologies:

  • Python
  • Django
  • Bootstrap
  • Crispy forms
  • HTML
  • CSS
  • virus total api

Setup

  • fork the repo
  • go to the root directory
  • run :
user:~$ python3 manage.py runserver