lucvsbraga / sistemaEstoque

Sistema de estoque usando Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Como rodar o projeto?

  • Clone este repositório.
  • Crie um virtualenv com Python 3.
  • Ative o virtualenv.
  • Instale as dependências.
  • Execute as migrações.
git clone https://github.com/lucvsbraga/sistemaEstoque.git
cd sistemaEstoque
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

Links

Material de Apoio - Régis do Python

About

Sistema de estoque usando Django.


Languages

Language:Python 52.5%Language:HTML 35.6%Language:JavaScript 11.6%Language:CSS 0.3%