Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acho que devia ser criado um makefile com os comandos que se devem executar várias vezes. #82

Open
crijop opened this issue May 18, 2022 · 1 comment

Comments

@crijop
Copy link

crijop commented May 18, 2022

Exemplo do makefile que fiz.

run:
	uvicorn --reload gerenciador_tarefas.gerenciador:app

run_tests:
	python -m pytest

Depois na linha de comandos basta fazer:

make run

para correr a aplicação

make run_tests

para correr os testes

@mabittar
Copy link

daria para acrescentar o deploy e até um build com o docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants