Skip to content

Url shortener allows you to reduce the size of a url. Making the url short and clean.

License

Notifications You must be signed in to change notification settings

mariomthree/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

O encurtador de url permite reduzir o tamanho de um url. Tornando o url curto e limpo.

Pré-requisitos

Clone o repositório

Clone o repositorio https://github.com/mariomthree/url-shortener para a sua maquina.

Configurações de variáveis dos ambiente

Esta configuração é necessária para poder instalar as dependências do projeto.

Linux e macOS:

    $ python3 -m pip install --user virtualenv
    $ virtualenv -p python3 .
    $ source bin/activate
    $ which python
    $ pip3 install django

Windows:

    $ py -m pip install --user virtualenv
    $ py -m venv env
    $ .\env\Scripts\activate
    $ where python
    $ pip install django

Iniciar o projecto

Abra o projecto com o terminal da sua maquina e siga os passos abaixo:

    $ cd src/
    $ python manage.py migrate
    $ python manage.py runserver

De seguida abra o seu navegador e digite http://127.0.0.1:8000/

Demo

Licença

O url-shortener é um software de código aberto licenciado sob a licença MIT

About

Url shortener allows you to reduce the size of a url. Making the url short and clean.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published