ultimate-fastapi-tutorial/part-06b-basic-deploy-linode at main · i-plc-rus/ultimate-fastapi-tutorial · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

Part 6 Local Setup

  1. pip install poetry
  2. Install dependencies cd into the directory where the pyproject.toml is located then poetry install
  3. Run the FastAPI server via poetry poetry run ./run.sh
  4. Open http://localhost:8001/