Simple FastApiApp to run a project: install python 3.7+ pip install poetry - python package manager poetry install poetry shell uvicorn main:app --reload to start a server