backend Install Poetry (if not already installed) For linux: curl -sSL https://install.python-poetry.org | python3 - For Windows: curl -sSL https://install.python-poetry.org | python - Navigate to your project directory cd path/to/your/project Install dependencies and create a virtual environment poetry install Activate the virtual environment poetry shell Run project poetry run start