- 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 = ''
python3 -m pytest --cov-config=.coveragerc --cov-report html --cov=. main/
Install all dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
sudo apt-get install python3-dev default-libmysqlclient-dev build-essential
python3 main/helpers/worker.py
python3 -m flask --app main --debug run