A Url Shortener that will make you anonymous on the web. Generates anonymous shortened urls from a supplied url. And it's here: http://anme.herokuapp.com
- Saves the state of urls to cut down resources used.
- Easily extendible !
- Django 1.6.5
- PostgreSql
Usage
Locally, create a database and configure settings.local
and then :
$ virtualenv --no-site-packages anonymous_me
$ cd anonymous_me/
$ git clone https://github.com/black-perl/Anonymous_Me.git
$ cd Anonymous_Me/
$ foreman start
Any queries at [email protected]