Skip to content

ShubhamKushwah/USS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url Shortening Service

Enter a url and it will be shortened for you...

Features

  • Get an id for the shortened url.
  • Delete/modify your urls.
  • All urls can be seen and edited on a single page
  • Get live count of how many times, the url has been visited.
  • Manage all your URLs.

Who can use this service?

This service is open for all at Website

For Developers

Installing virtual environment

$ [sudo] pip install virtualenv

Creating Virtual environment with python3

$ virtualenv <project_name> -p python3

Activating the environment

  • Mac
$ source bin/activate
  • Windows
.\Scripts\activate

Install Django 1.10.2

$ pip install django==1.10.2