Skip to content

shweta-14/URL_Shortner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL_Shortner

Url Shortner is a webapp used to Shorten the URL just like bitly!!! The thing which makes it superior to bitly is that it gives you option to customize the URL.!!

Installation

1.Get the source code on your machine via git

   git clone https://github.com/modestlearner/URL_Shortner.git

2.Create a python virtual environment and install python dependencies.

    cd URL_Shortner
    virtualenv venv
    source venv/bin/activate  # run this command everytime before working on project
    pip install -r requirements.txt

3.Now go to the root directory where you'll see manage.py file

4.After going in the root directory type

   python manage.py migrate
   python manage.py runserver

5.That's it. Now you can run development server at [http://127.0.0.1:8000/] (for serving backend)

About

A webapp that shortens the given URL and also gives you choice to customise your URL!!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.7%
  • HTML 14.3%