Git Product home page Git Product logo

frelaway's Introduction

Freelaway

Login cadastrar Job Perfil Encontrar job

🎯 Sobre

O projeto inicial foi desenvolvido durante o evento Pystack Week 3.0.
A proposta é criar um sistema de ofertas de trabalhos para contratar profissionais freelancer.

✨ Funcionalidades

✔️ Login/Logout;
✔️ Cadastro de usuários;
✔️ Recuperação de senha;

🚀 Tecnologias

As seguintes ferramentas foram usadas na construção do projeto:

✅ Pré requisitos

Antes de começar 🏁, você precisa ter o Python instalado em sua maquina.

🏁 Começando

1 - Primeiro clone o repositório e entre na pasta do projeto.

# Clone este repositório
$ git clone https://github.com/DiegoBolonik/Freelaway
# Entre na pasta
$ cd freelaway

2 - Segundo inicie um ambiente virtual

# Criar
  # Linux
    $ python3 -m venv venv
  # Windows
    $ python -m venv venv
#Ativar
  # Linux
    $ source venv/bin/activate
  # Windows
    $ venv/Scripts/Activate
# Caso algum comando retorne um erro de permissão execute o código e tente novamente:
  $ Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

3 - Instale as dependências

# Instale as dependências
# Linux
$ pip3 install -r requirements.txt
# Windows
$ pip install -r requirements.txt

4 - Faça as migrações.

# Linux
python3 manage.py migrate
# Windows
python manage.py migrate

5 - Crie um super usuário

$ python3 .\manage.py createsuperuser
$ python .\manage.py createsuperuser

6 - Inicie a aplicação

# Para iniciar o projeto
# Linux
$ python3 manage.py runserver
# Windows
$ python manage.py runserver
# O app vai inicializar em <http://127.0.0.1:8000/>
# Para iniciar o projeto em uma porta especifica
$ python manage.py runserver <porta>
# O app vai inicializar em <http://127.0.0.1:<porta>/>

frelaway's People

Contributors

diegobolonik avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.