Skip to content
forked from PaulloClara/stuki

Projeto referente à disciplina de engenharia de software I do Instituto Federal do Piauí - IFPI

Notifications You must be signed in to change notification settings

JosivanCS/stuki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StuKi®

Projeto referente à disciplina de Engenharia de Software I - IFPI

Clonar/Configurar

$ git clone https://github.com/PaulloClara/stuki.git
$ cd stuki
$ python -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt
$ git update-index --assume-unchanged src/store/banco_de_dados.sqlite

Ativar/Desativar Env

$ source .env/bin/activate
$ deactivate

Rodar App

$ python -B run.py --dev

Rodar Testes

$ python -B run.py --test

Gerar execultavel

$ cxfreeze run.py --target-dir dist

About

Projeto referente à disciplina de engenharia de software I do Instituto Federal do Piauí - IFPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%