Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 359 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 359 Bytes

This is a django project which implements a simplistic urlShortener.

Each URL in the database gets an ID, the shortened URL is a base-62 word of that id.

To run the project.

  1. Download the contents.
  2. Make sure you have Django-1.9 installed on your pc.
  3. Go inside the project and run "python manage.py runserver" on your command line, without quotes.