Developed a web-app project which will convert your long URL into small URL. Many a time we are not able to send long URL in normal text messages due to word limitation in mobile phones. So I have developed an website where end user can enter their long URL and get short URL for that website. This project will create a specific unique URL for each long URL, so if anyone else try to make short URL for same long URL then they will get same short URL.
-
Clone this repository to your local.
-
Open the project in an editor of your preference.
-
Use the package pip to install dependencies.
pip install django
-
Run your server
python manage.py runserver
or, the below command if your default python version is python2 use python3
python3 manage.py runserver
-
Your server should be up and running now.
If you have any question related to functioning of our projects then you can refer our videos. After watching this you will be able to know our project end to end.
Click on above link to watch videos
The Server is also hosted at PythonAnywhere. Click on the below links to use it directly from the hosted server.
Thank You :)