Skip to content

PT-BR: Um projeto para estudar prog, criar portfólio e ajudar meu pai no seu trabalho com operações chatas do Excel, usando: Python, Django, MySQL.//EN: A project to study programming and create a portfolio and help my father with his work with boring Excel operations, using: Python, Django, MySQL.

License

Notifications You must be signed in to change notification settings

Luiz-Edu0202/Marvin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marvin

About // Sobre:

PT-BR:

Um projeto para estudar prog, criar portfólio e ajudar meu pai no seu trabalho com operações chatas do Excel, usando: Python, Django, MySQL.

EN:

A project to study programming and create a portfolio and help my father with his work with boring Excel operations, using: Python, Django, MySQL.

Important Commands:

  • Cria o ambiente virtual

    • python -m venv venv
  • Ligar o ambiente virtual

    • No cmd.exe
      • venv\Scripts\activate.bat
    • No PowerShell
      • venv\Scripts\Activate.ps1
  • Instalar depencências:

    • pip install -r requirements.txt
  • Atualizar dependencias

    • pip freeze > requirements.txt

Organização do repositório

GitFlow

  • Main(sessão azul):

    • Branch onde ficam as versões mais estáveis do código
  • Hotfix:

    • Branch que recebe os commits com bug para concerto
  • Realese:

    • Branch onde ficam as versões execultáveis do código
  • Develop:

    • Branch onde são as features das outras branches são reunidos e conectados
  • Features(Feature1,Feature2...)

    • Branches onde são desenvolvidas cada funcionalidade do software

Referências

Videos:

Documentações:

About

PT-BR: Um projeto para estudar prog, criar portfólio e ajudar meu pai no seu trabalho com operações chatas do Excel, usando: Python, Django, MySQL.//EN: A project to study programming and create a portfolio and help my father with his work with boring Excel operations, using: Python, Django, MySQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published