Skip to content

Hands on URL shortener ✂️ for extraordinary shortening experience 💫

License

Notifications You must be signed in to change notification settings

divijagupta/Slingit-Url-Shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Slingitme, a URL shortener that helps you generate short and crisp links which not only makes the link look much cleaner and allows customization, but also helps to keep a track of clicks and also monitor traffic behaviour.

My first django project, so do ⭐ and appreciate.

Installation

  • Create a virtual environment

    virtualenv venv

  • Start virtual environment

    source venv/bin/activate

  • Install requirements

    pip install -r requirements/requirements.txt

  • Set your domain name in settings/settings.py

    MY_URL='my-domain-name.com'

    To enable Debug set the variable DEBUG to True.

  • Migrate DB

    python manage.py makemigrations and python manage.py migrate

  • Running test server, go to the folder with manage.py file and run:

    python manage.py runserver

    This will run the server at localhost:8000.

About

Hands on URL shortener ✂️ for extraordinary shortening experience 💫

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published