Skip to content

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

Notifications You must be signed in to change notification settings

bckhm/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published