fast-api This is a fast-api tutorial repo. To run the app, execute the following commands: python -m venv venv python -m pip install --upgrade pip pip install -r requirements.txt uvicorn app.main:app --reload