Skip to content

A service written using Python making use of Django and it's built in sqlite3 capabilities to demonstrate it's URL shortening capabilities.

Notifications You must be signed in to change notification settings

aumkarpraja/URLShorten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLShorten

This is a simple URL shortener written using Python and Django. It makes use of the built in models system. I will be putting up a Heroku link to a live demo soon. In the mean time...

Set up instructions

  1. Unpack folder, cd into the directory and start up the virtual environment that has everything set up for you!

source env/Scripts/activate

  1. If you see an env tag above, you're good to go! Next, start up the server, use the command:

python manage.py runserver

  1. You should see it go up, as soon as that happens you should see the server up and you can navigate to localhost:8000 to check out the URL shortener.

About

A service written using Python making use of Django and it's built in sqlite3 capabilities to demonstrate it's URL shortening capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published