Skip to content

abhinavanand500/kaleyra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL_SHORTENER (Seletected in this Hackathon)

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.

Steps

  1. Clone this repository to your local.

  2. Open the project in an editor of your preference.

  3. Use the package pip to install dependencies.

      pip install django
  4. Run your server

       python manage.py runserver 

    or, the below command if your default python version is python2 use python3

      python3 manage.py runserver 
  5. Your server should be up and running now.

MORE ABOUT PROJECT

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

ABOUT DEPLOYMENT

The Server is also hosted at PythonAnywhere. Click on the below links to use it directly from the hosted server.

Thank You :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published