Skip to content

ksuarz/shrunk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shrunk

A URL shortener for Rutgers University.

Uses MongoDB. Python code targets Python 3.3.

Virtual Environment

Python dependencies are enumerated in pip.req. You can set up an appropriate virtual environment with the following:

$ virtualenv --no-site-packages --python="python3" virtualenv
$ source virtualenv/bin/activate
$ pip install -r pip.req

Features

Web Application

  • Log in with a Rutgers NetID
  • Create a short URL from a long URL
  • Given a NetID, what URLs have they created?
  • Analytics on visits

URL Shortening Service

  • Given a short URL, redirect to the long URL
  • Track visits to the short URL
  • Track popularity and number of clicks

About

URL shortener for Rutgers University.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.5%
  • HTML 29.3%
  • CSS 6.8%
  • JavaScript 2.5%
  • Shell 0.9%