Skip to content

Null-byte-00/Urlshortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Urlshortener

A tool for turning long urls into short links

requirements:

To use:

Clone repository:

git clone https://github.com/Null-byte-00/Urlshortener/new/main 

Enter repository's directory

cd UrlShortener 

Create a virtual enviroment

virtualenv venv 

Activte your virtual enviroment

Bash:

sorce venv/Scripts/activate 

Powershell:

.\venv\Scripts\activate.ps1 

install requirements

pip install -r requirements.txt 

Create database

python urlshortener/manage.py makemigrations python urlshortener/manage.py migrate 

Run the server

python urlshortener/manage.py runserver 

Now go to http://127.0.0.1:8000

About

A tool for turning long urls into short links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published