- fastapi + poetry web project
- python >= 3.8
- pip install
pip install fastapi
pip install poetry
You need to add the storage path of poetry to your system's environment variables
- lib install
cd fastapi-devtools
poetry add fastapi
poetry install
- start service
poetry run uvicorn main:app --port 8000 --reload