Skip to content

Sid200026/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An URL Shortener made using Django

Example

To run this on your local machine

1. Fork this repo and then clone it

2. Change directory into the cloned folder

pip3 install -r requirements.txt

Then

cd UrlShortener

3. Now we need to migrate the database

python3 manage.py makemigrations

python3 manage.py migrate

To run this

python3 manage.py runserver

About

An URL Shortener made using Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors