Skip to content

Towbee05/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

A fullstack website that makes use of django ORM and redirection to shorten long urls.

Installing

  1. Clone the repo:
    git clone "git@github.com:Towbee05/url-shortener.git"
  1. Run:
    cd url-shortener
  1. Create a virtual environment: Windows
    python -m venv virtual_environment_name

Linux

    python3 -m venv virtual_environment_name
  1. Activate virtual environment Windows
    virtual_environment_name\scripts\activate

Linux

    virtual_environment_name\bin\activate
  1. Install dependencies: Windows
    pip install -r requirements.txt

Linux

    python3 -m pip install -r requirements.txt
  1. Activate the server Windows
    python manage.py runserver 

Linux

    python3 manage.py runserver 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published