https://cassiobotaro.dev/do_zero_a_implantacao/hello_fastapi/
gerenciador-tarefas
-
python3 -m venv .venv
-
python -m venv .venv (windows)
-
.venv/bin/activate em linux
-
.venv\Scripts\activate.bat (windows)
-
pip install fastapi python -c "import fastapi"
-
pip install httpie
-
pip install uvicorn
-
pip install pytest
-
uvicorn --reload gerenciador_tarefas.gerenciador:app