Skip to content

renantescaro/flowchart-mvp

Repository files navigation

MVP to test FlowChart to execute tasks


Criação de .env

  • An .env file must be created in the root of the project, using the '.env-example' file as a reference
DATABASE_URI = 'mysql://USUARIO_BANCO:SENHA_BANCO@IP/NOME_BANCO'
USER_ADM = ''
USER_ADM_PASSWORD = ''

Unit testing

python3 -m pytest --cov-config=.coveragerc --cov-report html --cov=. main/

Linux 🐧

Install all dependencies

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Optional - In case of error with Mysqlclient

sudo apt-get install python3-dev default-libmysqlclient-dev build-essential

Optional - Execute Worker

python3 main/helpers/worker.py

Execute

python3 -m flask --app main --debug run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published