bckhm / URL-Shortener

URL Shortener made using Django as the back-end and Vanilla JavaScript for the front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener

header

Requirements

• Python
• random, django

Running the code

  1. Ensure that random and django libraries are installed
  2. At the file location, create the database by runining • Terminal commands: python manage.py makemigrations shortener and python manage.py migrate
  3. Start the local server • Terminal commands: python mamage.py runserver

Tutorial

  1. Type in a URL
  2. Click on generate or simply press Enter
  3. A shortened link will be generated after

About

URL Shortener made using Django as the back-end and Vanilla JavaScript for the front-end


Languages

Language:Python 78.2%Language:HTML 12.6%Language:JavaScript 8.1%Language:CSS 1.1%