Skip to content

JamieSear/short_url

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short URL

Description

A small Django website that shortens URLs and stores them in a sqlite database for access

Run Instructions

  • Fork and Clone Repo
  • Run pipenv install -r requirements.txt
  • Run pipenv shell
  • Run cd short_url
  • Run python manage.py runserver
  • To View Database

    • With server running, go to http://localhost:8000/admin
    • Enter username: database_user
    • Enter password: python123
    • Click Urlss

Known Bugs

  • Not optimised for mobile
  • No Re-route for ..../newurl/{number} where the number isn't stored in database

Collaborators

@MugishaU, @JamieSear

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.1%
  • CSS 17.6%
  • HTML 16.3%